mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-24 10:47:20 +00:00
ex1262 receiving kinda works
This commit is contained in:
@@ -32,4 +32,9 @@ class SX1262Interface : public RadioLibInterface
|
||||
|
||||
/** Could we send right now (i.e. either not actively receiving or transmitting)? */
|
||||
virtual bool canSendImmediately();
|
||||
|
||||
/**
|
||||
* Start waiting to receive a message
|
||||
*/
|
||||
virtual void startReceive();
|
||||
};
|
||||
Reference in New Issue
Block a user