ESP32_Weather/partitions.csv

12 lines
487 B
Plaintext
Raw Permalink Normal View History

2022-07-30 15:44:15 +00:00
# This file format is not compatible with CSV,
# as comments are supported, whitespaces are trimmed.
#
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 4M,
ota_0, app, ota_0, 0x410000, 4M,
ota_1, app, ota_1, 0x810000, 4M,
nvs_keys, data, nvs_keys, 0xC10000, 0x1000,
spiffs, data, spiffs, 0xC20000, 1M,