forked from espressif/arduino-esp32
Rename LITTLEFS to LittleFS to match ESP8266 (#5396)
Fixes: https://github.com/espressif/arduino-esp32/issues/5103
This commit is contained in:
8
libraries/LittleFS/examples/LITTLEFS_test/partitions.csv
Normal file
8
libraries/LittleFS/examples/LITTLEFS_test/partitions.csv
Normal file
@ -0,0 +1,8 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
app0, app, ota_0, 0x10000, 0x100000,
|
||||
app1, app, ota_1, ,0x100000,
|
||||
spiffs, data, spiffs, ,0x1D0000,
|
||||
part2, data, spiffs, ,0x20000,
|
||||
#1048576
|
|
Reference in New Issue
Block a user