use the native littlefs builder of newer framework

This commit is contained in:
Thomas Göttgens
2022-09-27 00:16:12 +02:00
parent 7e9a233296
commit c53434539b
6 changed files with 5 additions and 60 deletions
+1
View File
@@ -35,6 +35,7 @@ IF EXIST %FILENAME% (
%PYTHON% -m esptool --baud 115200 write_flash 0x300000 %%f
)
%PYTHON% -m esptool --baud 115200 write_flash 0x10000 %FILENAME%
%PYTHON% -m esptool --baud 115200 write_flash 0x260000 bleota.bin
) else (
echo "Invalid file: %FILENAME%"
goto HELP