🚸 Firmware upload destination prompt (using Tk) (#24074)

This commit is contained in:
ellensp 2022-05-23 14:19:10 +12:00 committed by Scott Lahteine
parent 15b6159f6a
commit c1ff38c7a0
2 changed files with 59 additions and 0 deletions

View file

@ -148,6 +148,10 @@ upload_protocol = custom
[env:STM32F103RE_creality]
extends = STM32F103Rx_creality
board = genericSTM32F103RE
extra_scripts = ${STM32F103Rx_creality.extra_scripts}
buildroot/share/PlatformIO/scripts/upload_prompt_extra_script.py
upload_protocol = mbed
[env:STM32F103RE_creality_xfer]
extends = STM32F103Rx_creality_xfer
@ -164,6 +168,9 @@ board_upload.offset_address = 0x08010000
[env:STM32F103RC_creality]
extends = STM32F103Rx_creality
board = genericSTM32F103RC
extra_scripts = ${STM32F103Rx_creality.extra_scripts}
buildroot/share/PlatformIO/scripts/upload_prompt_extra_script.py
upload_protocol = mbed
[env:STM32F103RC_creality_xfer]
extends = STM32F103Rx_creality_xfer