simplified the calls

Este cometimento está contido em:
overkillfpv
2026-03-08 05:37:49 +11:00
ascendente 6fd8c28522
cometimento a434f9eff5
3 ficheiros modificados com 4 adições e 3 eliminações
+1
Ver ficheiro
@@ -40,6 +40,7 @@ public:
virtual float getCurrentRSSI() =0;
virtual uint8_t getSpreadingFactor() const { return LORA_SF; }
static uint16_t preambleLengthForSF(uint8_t sf) { return sf <= 8 ? 32 : 16; }
int getNoiseFloor() const override { return _noise_floor; }
void triggerNoiseFloorCalibrate(int threshold) override;