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
@@ -50,6 +50,11 @@ public:
* update stats, maybe step the staircase (auto mode). */
virtual void cadMaintenance() {}
/** Receiver hygiene: deaf-aware AGC unstick and temperature-drift
* recalibration. Both sleep the radio, so this is called only from the
* maintenance tick, never from a packet path. Default: no-op. */
virtual void agcMaintenance() {}
/* Milliseconds until this radio's periodic work (noise floor sampling,
* CAD probing/decay) next needs a call, or MAINTENANCE_IDLE when it has
* nothing pending. Radios with no periodic work keep the default. */