* new RX delays based on SNR

This commit is contained in:
Scott Powell
2025-02-04 12:35:53 +11:00
parent 29e62b9ce2
commit 7da0a5f7ec
13 ha cambiato i file con 116 aggiunte e 23 eliminazioni
+2
Vedi File
@@ -25,6 +25,8 @@ public:
uint32_t getPacketsSent() const { return n_sent; }
virtual float getLastRSSI() const override;
virtual float getLastSNR() const override;
float packetScore(float snr, int packet_len) override { return 0.85f; } // stub impl
};
/**