Switch to PRELOAD/MODIFIED load mode

This commit is contained in:
Ivan Kravets
2018-05-11 02:47:54 +03:00
parent 757fdf75c3
commit 982198344c
+2 -2
View File
@@ -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