[SX127x] Override default channel scan method

pull/810/head
jgromes 2023-08-06 16:06:15 +02:00
rodzic 532caaa089
commit f589d77e09
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.