We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e282a4 + 0f259d3 commit ba34cffCopy full SHA for ba34cff
src/helpers/CustomSX1262.h
@@ -67,11 +67,11 @@ class CustomSX1262 : public SX1262 {
67
setRxBoostedGainMode(SX126X_RX_BOOSTED_GAIN);
68
#endif
69
#if defined(SX126X_RXEN) || defined(SX126X_TXEN)
70
- #ifndef SX1262X_RXEN
71
- #define SX1262X_RXEN RADIOLIB_NC
+ #ifndef SX126X_RXEN
+ #define SX126X_RXEN RADIOLIB_NC
72
73
- #ifndef SX1262X_TXEN
74
- #define SX1262X_TXEN RADIOLIB_NC
+ #ifndef SX126X_TXEN
+ #define SX126X_TXEN RADIOLIB_NC
75
76
setRfSwitchPins(SX126X_RXEN, SX126X_TXEN);
77
0 commit comments