mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 03:00:56 +00:00
Fix #11
This commit is contained in:
@@ -40,7 +40,7 @@ class RF95Interface : public RadioLibInterface
|
||||
|
||||
/** are we actively receiving a packet (only called during receiving state) */
|
||||
virtual bool isActivelyReceiving();
|
||||
|
||||
|
||||
/**
|
||||
* Start waiting to receive a message
|
||||
*/
|
||||
@@ -50,6 +50,6 @@ class RF95Interface : public RadioLibInterface
|
||||
* Add SNR data to received messages
|
||||
*/
|
||||
virtual void addReceiveMetadata(MeshPacket *mp);
|
||||
private:
|
||||
void setStandby();
|
||||
|
||||
virtual void setStandby();
|
||||
};
|
||||
Reference in New Issue
Block a user