RNode_Firmware/partition_twatch.csv

517 B

1# T-Watch Ultimate partition table — 16MB flash, no OTA, large app
2# Requires FlashSize=16M in the Arduino FQBN or the bootloader can't map beyond 4MB.
3# Copy this file to ~/.arduino15/packages/esp32/hardware/esp32/<ver>/tools/partitions/
4# Name, Type, SubType, Offset, Size, Flags
5nvs, data, nvs, 0x9000, 0x5000,
6otadata, data, ota, 0xe000, 0x2000,
7app0, app, ota_0, 0x10000, 0x800000,
8spiffs, data, spiffs, 0x810000, 0x7E0000,
9coredump, data, coredump,0xFF0000, 0x10000,