Update preamble dynamically to match runtime SF changes via CLI

This commit is contained in:
overkillfpv
2026-03-05 22:14:22 +11:00
parent 534a0c97a7
commit a61add2e6a
9 changed files with 12 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ public:
}
virtual float getCurrentRSSI() =0;
virtual uint8_t getSpreadingFactor() const { return LORA_SF; }
int getNoiseFloor() const override { return _noise_floor; }
void triggerNoiseFloorCalibrate(int threshold) override;