Revert "spiffs location in symc with more recent arduino ide default settings"

This reverts commit 0f8a3872db.
This commit is contained in:
Hansi, dl9rdz 2019-10-27 14:05:08 +01:00
parent 1940ce2f50
commit 84b3357fa0
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ OFFSET_BOOTLOADER = 0x1000
OFFSET_PARTITIONS = 0x8000 OFFSET_PARTITIONS = 0x8000
OFFSET_BOOTAPP0 = 0xE000 OFFSET_BOOTAPP0 = 0xE000
OFFSET_APPLICATION = 0x10000 OFFSET_APPLICATION = 0x10000
OFFSET_SPIFFS = 0x290000 OFFSET_SPIFFS = 0x291000
esp32tools = sys.argv[1] esp32tools = sys.argv[1]
file_in = sys.argv[2] file_in = sys.argv[2]

View File

@ -2,6 +2,5 @@
# first argument: esp32 tools directory # first argument: esp32 tools directory
# second argument: data directory # second argument: data directory
# third argument: output filename # third argument: output filename
### $1/mkspiffs/0.2.3/mkspiffs -c $2 -b 4096 -p 256 -s 1503232 $3 $1/mkspiffs/0.2.3/mkspiffs -c $2 -b 4096 -p 256 -s 1503232 $3
$1/mkspiffs/0.2.3/mkspiffs -c $2 -b 4096 -p 256 -s 1507328 $3