mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-25 23:52:46 +00:00
🔨 Rename AnyCubic Vyper binary (#27167)
The vyper board need a file name which begin with 'main_board_'
This commit is contained in:
parent
fb6dc90a85
commit
f4f75b6b12
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ board_upload.offset_address = 0x08010000
|
||||||
extends = env:STM32F103RE_creality
|
extends = env:STM32F103RE_creality
|
||||||
board_build.offset = 0x8000
|
board_build.offset = 0x8000
|
||||||
board_upload.offset_address = 0x08008000
|
board_upload.offset_address = 0x08008000
|
||||||
|
board_build.rename = main_board_{date}_{time}.bin
|
||||||
|
|
||||||
#
|
#
|
||||||
# Creality 256K (STM32F103RC)
|
# Creality 256K (STM32F103RC)
|
||||||
|
|
Loading…
Add table
Reference in a new issue