fix: no reconnect storm on send failure, reduce refresh to 1 FPS
Validate and Test / validate-patches (push) Failing after 13s

- try_send: don't reconnect on failure, just skip and retry next cycle
- Background refresh: 5 FPS → 1 FPS to reduce router serial load
- Revert Bridge.run() - RouterBridge uses Zephyr RTOS thread
This commit is contained in:
2026-06-24 04:59:09 -07:00
parent 2968d57e1d
commit 39e9b5c2fa
2 changed files with 3 additions and 8 deletions
+1 -2
View File
@@ -121,6 +121,5 @@ void setup() {
}
void loop() {
Bridge.run();
delay(1);
delay(1000);
}