0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-25 23:52:46 +00:00

🔨 Rename AnyCubic Vyper binary ()

The vyper board need a file name which begin with 'main_board_'
This commit is contained in:
Nicolas Graziano 2024-06-11 21:31:57 +02:00 committed by GitHub
parent fb6dc90a85
commit f4f75b6b12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)