* Radio:: getLastSNR(), getLastRSSI()
* MESH_PACKET_LOGGING
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user