From f589d77e09d271895924fc0b79f1db54182992e3 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 6 Aug 2023 16:06:15 +0200 Subject: [PATCH] [SX127x] Override default channel scan method --- src/modules/SX127x/SX127x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.