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/CMakeLists.txt
Normal file
5
firmware/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# PN532 NFC Toolkit — ESP-IDF root
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(pn532_nfc_toolkit)
|
||||
Reference in New Issue
Block a user