Add repeater telemetry error count

This commit is contained in:
Jack Kingsman
2026-04-22 17:35:25 -07:00
parent f0b7842c60
commit b37ce89c96
13 changed files with 34 additions and 2 deletions
+1
View File
@@ -1821,6 +1821,7 @@ async def _collect_repeater_telemetry(mc: MeshCore, contact: Contact) -> bool:
"flood_dups": status.get("flood_dups", 0),
"direct_dups": status.get("direct_dups", 0),
"full_events": status.get("full_evts", 0),
"recv_errors": status.get("recv_errors"),
}
# Best-effort LPP sensor fetch — failure here does not fail the overall