drjones
63db10d400
fw: robust HTTP body reads, CORS preflight, LED off at boot; update docs
...
- app_net.c: replace bare httpd_req_recv with recv_body_capped/alloc
helpers (TCP-safe, full-body reads); add OPTIONS/* CORS preflight
handler; bump WS broadcast buffer to 2048; add CORS Allow-Methods
- CMakeLists (net_service): add http_parser dep for HTTP_OPTIONS
- nfc_engine/pn532_core: add nfc_access_lock/unlock mutex, board-RGB
quiet helper, UL type detection, general-status improvements
- pn532_transport: minor cleanup
- main.c: call board_rgb_led_quiet() at boot to kill onboard LED
- sdkconfig.defaults: add board RGB Kconfig defaults
- README, docs/LIMITATIONS, docs/PINOUT: expand and correct
Made-with: Cursor
2026-04-07 21:23:04 -07:00
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