* repeater and room server: new CLI setting "agc.reset.interval" (seconds)

Этот коммит содержится в:
Scott Powell
2025-06-13 14:15:21 +10:00
родитель f7dcf01e81
Коммит 32ca3dc9d0
8 изменённых файлов: 40 добавлений и 4 удалений
+8
Просмотреть файл
@@ -87,6 +87,14 @@ void Dispatcher::loop() {
} else {
return; // can't do any more radio activity until send is complete or timed out
}
// going back into receive mode now...
next_agc_reset_time = futureMillis(getAGCResetInterval());
}
if (millisHasNowPassed(next_agc_reset_time)) {
_radio->resetAGC();
next_agc_reset_time = futureMillis(getAGCResetInterval());
}
// check inbound (delayed) queue