This commit is contained in:
geeksville
2020-05-02 19:51:25 -07:00
parent 2ad314f150
commit bb9f595b8b
11 changed files with 137 additions and 33 deletions

View File

@@ -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();
};