radio driver fixes v1

This commit is contained in:
liquidraver
2026-08-23 22:49:17 +02:00
parent 206edcdd5c
commit dc5b5c2594
16 changed files with 422 additions and 113 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ void Dispatcher::maintenanceLoop()
/* Receiver hygiene: deaf-aware AGC unstick + temperature-drift
* recalibration. Both sleep the chip, so they live here rather than on
* any packet path. */
_radio->agcMaintenance();
_radio->radioMaintenance();
int8_t cad_off = _radio->getCadOffset();