You've already forked ESP32-DAPLink
mirror of
https://github.com/m5stack/ESP32-DAPLink.git
synced 2026-05-20 11:37:17 -07:00
fe048ad062
Signed-off-by: imliubo <imliubo@makingfun.xyz>
360 B
360 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap |
| 3 | nvs, data, nvs, 0x9000, 0xA000, |
| 4 | otadata, data, ota, 0x13000, 0x2000, |
| 5 | phy_init, data, phy, 0x15000, 0x4000, |
| 6 | factory, app, factory, , 0x400000, |
| 7 | storage, data, fat, , 0x3A0000, |