mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 23:35:05 -06:00
🚸 Firmware upload destination prompt (using Tk) (#24074)
This commit is contained in:
parent
15b6159f6a
commit
c1ff38c7a0
2 changed files with 59 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue