ESP32_Weather/partitions.csv

487 B

1# This file format is not compatible with CSV,
2# as comments are supported, whitespaces are trimmed.
3#
4# Name, Type, SubType, Offset, Size, Flags
5nvs, data, nvs, 0x9000, 0x4000,
6otadata, data, ota, 0xd000, 0x2000,
7phy_init, data, phy, 0xf000, 0x1000,
8factory, app, factory, 0x10000, 4M,
9ota_0, app, ota_0, 0x410000, 4M,
10ota_1, app, ota_1, 0x810000, 4M,
11nvs_keys, data, nvs_keys, 0xC10000, 0x1000,
12spiffs, data, spiffs, 0xC20000, 1M,