* Radio:: getLastSNR(), getLastRSSI()

* MESH_PACKET_LOGGING
Tento commit je obsažen v:
Scott Powell
2025-01-15 17:02:49 +11:00
rodič cc5f21ab09
revize 20cd756c88
6 změnil soubory, kde provedl 26 přidání a 13 odebrání
+3
Zobrazit soubor
@@ -57,6 +57,9 @@ public:
* \returns true if the radio is currently mid-receive of a packet.
*/
virtual bool isReceiving() { return false; }
virtual float getLastRSSI() const { return 0; }
virtual float getLastSNR() const { return 0; }
};
/**