sx1262 improvements attn @dafeman

This commit is contained in:
geeksville
2020-06-16 06:26:21 -07:00
parent 96a15bec3b
commit 60ad1793e4
4 changed files with 21 additions and 16 deletions

View File

@@ -44,10 +44,10 @@ class SX1262Interface : public RadioLibInterface
*/
virtual void startReceive();
/** start an immediate transmit
/**
* We override to turn on transmitter power as needed.
*/
virtual void startSend(MeshPacket *txp);
virtual void configHardwareForSend();
/**
* Add SNR data to received messages
@@ -57,5 +57,4 @@ class SX1262Interface : public RadioLibInterface
virtual void setStandby();
private:
};