bringing back the Soundreactive 16M partition table

from classic SR WLED
This commit is contained in:
Frank
2022-10-13 19:30:06 +02:00
parent b4d8819141
commit 742f752af7

View File

@@ -0,0 +1,6 @@
# Name, Type, SubType, Offsaet, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x200000,
app1, app, ota_1, 0x210000, 0x200000,
spiffs, data, spiffs, 0x410000, 0x7f0000,
1 # Name Type SubType Offsaet Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x200000
5 app1 app ota_1 0x210000 0x200000
6 spiffs data spiffs 0x410000 0x7f0000