Repartitioned

This commit is contained in:
Ben Meadors 2022-08-19 13:33:02 -05:00 committed by GitHub
parent d6d936b5d2
commit ccbc01a753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 (
@ -39,4 +39,4 @@ IF EXIST %FILENAME% (
goto HELP
)
:EOF
:EOF