Files
WLED_MM_Infinity/tools/partitions-4MB_spiffs-tinyuf2.csv
Frank 33f7653338 adafruit -S2 update
... turns out that the partition file name has to end in "tinyuf2.csv" - its a special flag for internal build scripts.

espressif, I sometimes hate you .-/
2023-03-22 12:05:47 +01:00

397 B

1# ESP-IDF Partition Table
2# Name, Type, SubType, Offset, Size, Flags
3# bootloader.bin,, 0x1000, 32K
4# partition table, 0x8000, 4K
5nvs, data, nvs, 0x9000, 20K,
6otadata, data, ota, 0xe000, 8K,
7ota_0, 0, ota_0, 0x10000, 1408K,
8ota_1, 0, ota_1, 0x170000, 1408K,
9uf2, app, factory,0x2d0000, 256K,
10spiffs, data, spiffs, 0x310000, 960K,