refactor(firmware): drive WiFi reconnect from net_guard events

loop() no longer blocks for 5s after a disconnect; reconnect is
scheduled from the WiFi event handler with exponential backoff.
Buffered reports flush on every clean UP transition.
This commit is contained in:
2026-04-23 13:36:29 -07:00
parent cfa0d2563f
commit af3067d481
2 changed files with 16 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
{
"name": "net_guard",
"build": {
"flags": ["-I$PROJECT_SRC_DIR"]
}
}