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
8 lines
152 B
CMake
8 lines
152 B
CMake
idf_component_register(
|
|
SRCS
|
|
"pn532_transport.c"
|
|
"pn532_core.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES driver esp_timer freertos
|
|
)
|