We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 196788a + d0a3332 commit 76bc1ffCopy full SHA for 76bc1ff
install_scripts/posix/install-fs.sh
@@ -4,7 +4,7 @@ if ! . ./tools.sh; then exit 1; fi
4
5
if ! check_security; then exit 1; fi
6
7
-LocalFS="0x3d0000 wifi/spiffs.bin"
+LocalFS="0x3d0000 wifi/littlefs.bin"
8
esptool_write $LocalFS
9
10
deactivate
install_scripts/win64/install-fs.bat
@@ -10,7 +10,7 @@ set EsptoolPath=win64\esptool.exe
set BaseArgs=--chip esp32 --baud 921600
11
set SetupArgs=--before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect
12
13
-set LocalFS=0x3d0000 wifi\spiffs.bin
+set LocalFS=0x3d0000 wifi\littlefs.bin
14
15
echo %EsptoolPath% %BaseArgs% %SetupArgs% %LocalFS%
16
%EsptoolPath% %BaseArgs% %SetupArgs% %LocalFS%
0 commit comments