mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-12-12 16:57:25 +00:00
31ff36e09d
Implements a carousel rendering and displaying remote HTML + JPEG + PNGs on a variety of display devices, including several EPDs.
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
# ESP-IDF Partition Table
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x9000, 0x4000,
|
|
otadata, data, ota, 0xd000, 0x2000,
|
|
phy_init, data, phy, 0xf000, 0x1000,
|
|
ota_0, app, ota_0, 0x10000, 0x1f0000
|
|
ota_1, app, ota_1, , 0x1f0000
|
|
nvs_key, data, nvs_keys, , 0x1000
|
|
|