Files
nfc-pn532-warlord/firmware/partitions.csv
drjones 8968560565 Add PN532 toolkit firmware, web UI, and embedded SPIFFS assets
Includes ESP-IDF NFC stack (deep capture, 4K Classic geometry, UL write API,
open SoftAP), React dashboard with live tag diagnostics, and docs. README
updated for APIs and lab Wi-Fi defaults.

Made-with: Cursor
2026-03-29 09:32:55 -07:00

425 B

1# 8MB flash layout (ESP32-S3-DevKitC-1 N8). For 16MB, increase storage size.
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x6000,
4otadata, data, ota, 0xf000, 0x2000,
5phy_init, data, phy, 0x11000, 0x1000,
6factory, app, factory, 0x20000, 0x180000,
7ota_0, app, ota_0, 0x1A0000,0x180000,
8ota_1, app, ota_1, 0x320000,0x180000,
9storage, data, spiffs, 0x4A0000,0x350000,