mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-05 01:20:59 +00:00
Set coding rate
This commit is contained in:
@@ -72,6 +72,9 @@ template <class T> class SX126xInterface : public RadioLibInterface
|
||||
|
||||
virtual void setStandby() override;
|
||||
|
||||
/// Efficient method to set coding rate without full reconfiguration
|
||||
virtual bool setRadioCodingRate(uint8_t cr) override;
|
||||
|
||||
private:
|
||||
/** Some boards require GPIO control of tx vs rx paths */
|
||||
void setTransmitEnable(bool txon);
|
||||
|
||||
Reference in New Issue
Block a user