Set coding rate

This commit is contained in:
Ben Meadors
2025-09-26 18:32:04 -05:00
parent 9980c56d81
commit 4be400fceb
13 changed files with 199 additions and 10 deletions

View File

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