diff --git a/src/mesh/SX1268Interface.h b/src/mesh/SX1268Interface.h index 33f696c91..0c43c163b 100644 --- a/src/mesh/SX1268Interface.h +++ b/src/mesh/SX1268Interface.h @@ -10,6 +10,9 @@ class SX1268Interface : public RadioLibInterface SX1268 lora; public: + /// Initializing the frequency of the SX1268 module regardless of the region + float freq = 433.0; + SX1268Interface(RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst, RADIOLIB_PIN_TYPE busy, SPIClass &spi); /// Initialise the Driver transport hardware and software.