Revert "Backing out partition changes for testing"

This reverts commit 191ed6489c.
This commit is contained in:
Ben Meadors
2022-08-20 12:48:58 -05:00
parent 191ed6489c
commit 1447cb520a
4 changed files with 9 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ IF EXIST %FILENAME% (
%PYTHON% -m esptool --baud 115200 erase_flash
%PYTHON% -m esptool --baud 115200 write_flash 0x1000 system-info.bin
for %%f in (littlefs-*.bin) do (
%PYTHON% -m esptool --baud 115200 write_flash 0x00390000 %%f
%PYTHON% -m esptool --baud 115200 write_flash 0x2B0000 %%f
)
%PYTHON% -m esptool --baud 115200 write_flash 0x10000 %FILENAME%
) else (