mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-28 18:30:36 -07:00
🔨 Set upload_command for CHEETAH v20 (#23515)
This commit is contained in:
parent
7bc9d15514
commit
d225445ab1
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ extends = stm32_variant
|
|||
board = marlin_FYSETC_CHEETAH_V20
|
||||
board_build.offset = 0x8000
|
||||
build_flags = ${stm32_variant.build_flags} -DSTM32F401xC
|
||||
upload_command = dfu-util -a 0 -s 0x08008000:leave -D "$SOURCE"
|
||||
|
||||
#
|
||||
# FLYF407ZG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue