Switch HTTP Server

This commit is contained in:
iranl
2024-08-26 21:47:10 +02:00
parent d3c3589233
commit ca9c2feebc
234 changed files with 20090 additions and 8061 deletions

View File

@@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x11000, 0xC000
otadata, data, ota, 0x1D000, 0x2000
phy_init, data, phy, 0x1F000, 0x1000
app0, app, ota_0, 0x20000, 0x177000
app1, app, ota_1, 0x1A0000, 0x177000
littlefs, data, spiffs, 0x317000, 0xE1000
1 # Name, Type, SubType, Offset, Size, Flags
2 nvs, data, nvs, 0x11000, 0xC000
3 otadata, data, ota, 0x1D000, 0x2000
4 phy_init, data, phy, 0x1F000, 0x1000
5 app0, app, ota_0, 0x20000, 0x177000
6 app1, app, ota_1, 0x1A0000, 0x177000
7 littlefs, data, spiffs, 0x317000, 0xE1000