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

This commit is contained in:
Scott Powell
2025-06-13 14:15:21 +10:00
parent f7dcf01e81
commit 32ca3dc9d0
8 changed files with 40 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ public:
int getNoiseFloor() const override { return _noise_floor; }
void triggerNoiseFloorCalibrate(int threshold) override;
void resetAGC() override;
void loop() override;