mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 07:06:36 +01:00
* New hardware profile: PoE AP - added harware profiles for C6 firmware in menuconfig - added free PSRAM stat in webinterface * fix(fsfree): fixed var type of freesize of FS
309 B
309 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | nvs, data, nvs, 0x9000, 0x4000 |
| 3 | otadata, data, ota, 0xD000, 0x2000 |
| 4 | phy_init, data, phy, 0xF000, 0x1000 |
| 5 | app0, app, ota_0, 0x10000, 0x200000 |
| 6 | app1, app, ota_1, 0x210000, 0x200000 |
| 7 | spiffs, data, spiffs, 0x410000, 0xBE0000 |
| 8 | coredump, data, coredump, 0xFF0000, 0x10000 |