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:
5
firmware/components/nfc_engine/CMakeLists.txt
Normal file
5
firmware/components/nfc_engine/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "nfc_engine.c" "jobs.c" "session_capture.c" "nfc_deep.c" "nfc_brute.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES pn532_host esp_common freertos json esp_timer esp_system
|
||||
)
|
||||
Reference in New Issue
Block a user