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
This commit is contained in:
9
firmware/partitions.csv
Normal file
9
firmware/partitions.csv
Normal file
@@ -0,0 +1,9 @@
|
||||
# 8MB flash layout (ESP32-S3-DevKitC-1 N8). For 16MB, increase storage size.
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x6000,
|
||||
otadata, data, ota, 0xf000, 0x2000,
|
||||
phy_init, data, phy, 0x11000, 0x1000,
|
||||
factory, app, factory, 0x20000, 0x180000,
|
||||
ota_0, app, ota_0, 0x1A0000,0x180000,
|
||||
ota_1, app, ota_1, 0x320000,0x180000,
|
||||
storage, data, spiffs, 0x4A0000,0x350000,
|
||||
|
Reference in New Issue
Block a user