Browse Source

🔨 Set upload_command for CHEETAH v20 (#23515)

George Fu 2 years ago
parent
commit
d225445ab1
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ini/stm32f4.ini

+ 1
- 0
ini/stm32f4.ini View File

47
 board              = marlin_FYSETC_CHEETAH_V20
47
 board              = marlin_FYSETC_CHEETAH_V20
48
 board_build.offset = 0x8000
48
 board_build.offset = 0x8000
49
 build_flags        = ${stm32_variant.build_flags} -DSTM32F401xC
49
 build_flags        = ${stm32_variant.build_flags} -DSTM32F401xC
50
+upload_command     = dfu-util -a 0 -s 0x08008000:leave -D "$SOURCE"
50
 
51
 
51
 #
52
 #
52
 # FLYF407ZG
53
 # FLYF407ZG

Loading…
Cancel
Save