Revert "spiffs location in symc with more recent arduino ide default settings"
This reverts commit 0f8a3872db.
This commit is contained in:
parent
1940ce2f50
commit
84b3357fa0
|
|
@ -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]
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue