diff --git a/src/modules/SX127x/SX127x.h b/src/modules/SX127x/SX127x.h index e52df4e2..b18f6791 100644 --- a/src/modules/SX127x/SX127x.h +++ b/src/modules/SX127x/SX127x.h @@ -647,7 +647,7 @@ class SX127x: public PhysicalLayer { \brief Performs scan for valid %LoRa preamble in the current channel. \returns \ref status_codes */ - int16_t scanChannel(); + int16_t scanChannel() override; /*! \brief Sets the %LoRa module to sleep to save power. %Module will not be able to transmit or receive any data while in sleep mode.