diff --git a/_l_r11x0_8h_source.html b/_l_r11x0_8h_source.html
index d5835c3f..abefe985 100644
--- a/_l_r11x0_8h_source.html
+++ b/_l_r11x0_8h_source.html
@@ -1207,7 +1207,7 @@ $(document).ready(function(){initNavTree('_l_r11x0_8h_source.html',''); initResi
int16_t setSyncBits(uint8_t *syncWord, uint8_t bitsLen)
Sets GFSK sync word in the form of array of up to 8 bytes.
Definition: LR11x0.cpp:839
int16_t scanChannel() override
Performs scan for LoRa transmission in the current channel. Detects both preamble and payload.
Definition: LR11x0.cpp:280
float getRSSI() override
Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. Only available for LoRa o...
Definition: LR11x0.cpp:1167
-int16_t getGnssPosition(float *lat, float *lon, bool filtered=true)
Get GNSS position. CAUTION: Work in progress! Most data is returned via debug prints.
Definition: LR11x0.cpp:1827
+int16_t getGnssPosition(float *lat, float *lon, bool filtered=true)
Get GNSS position. CAUTION: Work in progress! Most data is returned via debug prints.
Definition: LR11x0.cpp:1828
int16_t standby() override
Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator)...
Definition: LR11x0.cpp:298
int16_t isGnssScanCapable()
Method to check whether the device is capable of performing a GNSS scan. CAUTION: Work in progress!...
Definition: LR11x0.cpp:1678
int16_t setSyncWord(uint32_t syncWord)
Sets LoRa or LR-FHSS sync word.
Definition: LR11x0.cpp:689