Gestion HTTP du registre de pairs relay ESP-NOW : POST {alias, mac} écrit la NVS namespace peers (format exact du seeding boot de main.c) et enregistre le pair à chaud dans scenario_mesh (sans reboot) ; GET liste le registre. Le provisioning de PLIP devient un simple curl. Build vert (zacus_master.bin).
Gestion HTTP du registre de pairs relay ESP-NOW : POST {alias, mac} écrit la NVS namespace peers (format exact du seeding boot de main.c) et enregistre le pair à chaud dans scenario_mesh (sans reboot) ; GET liste le registre. Le provisioning de PLIP devient un simple curl. Build vert (zacus_master.bin).
electron
added 1 commit 2026-06-10 09:55:37 +00:00
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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Gestion HTTP du registre de pairs relay ESP-NOW : POST {alias, mac} écrit la NVS namespace peers (format exact du seeding boot de main.c) et enregistre le pair à chaud dans scenario_mesh (sans reboot) ; GET liste le registre. Le provisioning de PLIP devient un simple curl. Build vert (zacus_master.bin).
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).