Skip to content

Commit 76bc1ff

Browse files
authored
Merge pull request #875 from bdring/Devt
Devt
2 parents 196788a + d0a3332 commit 76bc1ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install_scripts/posix/install-fs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if ! . ./tools.sh; then exit 1; fi
44

55
if ! check_security; then exit 1; fi
66

7-
LocalFS="0x3d0000 wifi/spiffs.bin"
7+
LocalFS="0x3d0000 wifi/littlefs.bin"
88
esptool_write $LocalFS
99

1010
deactivate

install_scripts/win64/install-fs.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set EsptoolPath=win64\esptool.exe
1010
set BaseArgs=--chip esp32 --baud 921600
1111
set SetupArgs=--before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect
1212

13-
set LocalFS=0x3d0000 wifi\spiffs.bin
13+
set LocalFS=0x3d0000 wifi\littlefs.bin
1414

1515
echo %EsptoolPath% %BaseArgs% %SetupArgs% %LocalFS%
1616
%EsptoolPath% %BaseArgs% %SetupArgs% %LocalFS%

0 commit comments

Comments
 (0)