Switch to PRELOAD/MODIFIED load mode
This commit is contained in:
+2
-2
@@ -82,8 +82,8 @@ class Espressif32Platform(PlatformBase):
|
||||
"$LOAD_CMD",
|
||||
"pio_reset_halt_target"
|
||||
],
|
||||
# "load_cmd": 'preload'
|
||||
"load_cmd": 'mon program_esp32 "$PROG_DIR/firmware.bin" 0x10000 verify'
|
||||
"load_cmd": "preload",
|
||||
"load_mode": "modified"
|
||||
}
|
||||
|
||||
board.manifest['debug'] = debug
|
||||
|
||||
Reference in New Issue
Block a user