repeater housekeeping bugfix

This commit is contained in:
liquidraver
2026-04-24 12:23:15 +02:00
parent 1dde69c653
commit a6764820d3
+5
View File
@@ -341,6 +341,11 @@ static void repeater_event_loop(void)
* on packet-driven events. */
if (repeater_mesh_ptr) {
repeater_mesh_ptr->maintenanceLoop();
/* Also drive loop() so time-based actions (advert
* timers, tempradio set/revert, contacts flush,
* uplink status) still fire when no LoRa/CLI
* traffic wakes the event loop. */
repeater_mesh_ptr->loop();
}
#endif