mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
sx1262 improvements attn @dafeman
This commit is contained in:
@@ -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:
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user