[SX127x] Override default channel scan method
This commit is contained in:
parent
532caaa089
commit
f589d77e09
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ class SX127x: public PhysicalLayer {
|
||||||
\brief Performs scan for valid %LoRa preamble in the current channel.
|
\brief Performs scan for valid %LoRa preamble in the current channel.
|
||||||
\returns \ref status_codes
|
\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.
|
\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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue