mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Format --nobuild
This commit is contained in:
@@ -23,7 +23,11 @@ App(
|
||||
"src/slip.c",
|
||||
],
|
||||
cincludes=["lib/esp-serial-flasher/private_include"],
|
||||
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1", "MD5_ENABLED=1", "SERIAL_FLASHER_WRITE_BLOCK_RETRIES=10"],
|
||||
cdefines=[
|
||||
"SERIAL_FLASHER_INTERFACE_UART=1",
|
||||
"MD5_ENABLED=1",
|
||||
"SERIAL_FLASHER_WRITE_BLOCK_RETRIES=10",
|
||||
],
|
||||
),
|
||||
],
|
||||
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1"],
|
||||
|
||||
Reference in New Issue
Block a user