feat(master): endpoint GET/POST /game/peers #4

Merged
electron merged 1 commits from feat/idf-migration into main 2026-06-10 09:56:10 +00:00
1 Commits
Author SHA1 Message Date
Claude Worker claude2 185d1186fe feat(master): GET/POST /game/peers endpoint
CI / platformio (pull_request) Failing after 14m56s
HTTP management of the ESP-NOW relay peer registry — replaces the
desktop NvsConfigurator round-trip. POST {alias, mac} persists to the
NVS "peers" namespace (the exact format main.c seeds at boot) and
registers the peer live in the scenario_mesh table (no reboot). GET
lists the registry. Provisioning PLIP becomes:
  curl -X POST master/game/peers -d '{"alias":"plip","mac":"..."}'

Build green (zacus_master.bin).
2026-06-10 11:55:23 +02:00