mirror of https://github.com/arendst/Tasmota.git
eeprom partition on esp32 not needed
This commit is contained in:
parent
de8a5b0f69
commit
7d9414d5d0
|
@ -1,8 +0,0 @@
|
|||
# ESP-IDF Partition Table
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs,data,nvs,0x9000,20K,
|
||||
otadata,data,ota,0xe000,8K,
|
||||
app0,app,ota_0,0x10000,1984K,
|
||||
app1,app,ota_1,0x200000,1984K,
|
||||
spiffs,data,spiffs,0x3f0000,60K,
|
||||
eeprom,data,nvs,0x3ff000,4K,
|
|
Loading…
Reference in New Issue