add cad.busycap knob for hilltop repeaters

This commit is contained in:
liquidraver
2026-07-13 10:29:50 +02:00
parent 9eb33e27dc
commit 432336867b
15 changed files with 119 additions and 32 deletions
+2 -1
View File
@@ -44,8 +44,9 @@ public:
/* Adaptive CAD (LBT detPeak calibration). Default no-ops for radios
* without hardware CAD (SX127x). */
virtual void setCadParams(bool auto_enabled, int8_t offset,
uint16_t probe_interval_s) {
uint16_t probe_interval_s, uint8_t busycap_pct) {
(void)auto_enabled; (void)offset; (void)probe_interval_s;
(void)busycap_pct;
}
/* One housekeeping tick of the CAD calibrator: maybe run a probe,
* update stats, maybe step the staircase (auto mode). */