refactor patches and bump to 1.17.2

This commit is contained in:
liquidraver
2026-08-20 17:50:48 +02:00
parent 9ab9a9b950
commit 5c4ac21bd4
28 changed files with 1382 additions and 856 deletions
+5
View File
@@ -181,6 +181,11 @@ void Dispatcher::maintenanceLoop()
* we only surface offset changes so the app layer can persist them. */
_radio->cadMaintenance();
/* 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();
int8_t cad_off = _radio->getCadOffset();
if (!cad_offset_shadow_valid) {