diff --git a/_c_c1101_8h_source.html b/_c_c1101_8h_source.html
index 1db5cc24..8ea9ef20 100644
--- a/_c_c1101_8h_source.html
+++ b/_c_c1101_8h_source.html
@@ -784,7 +784,7 @@ $(document).ready(function(){initNavTree('_c_c1101_8h_source.html',''); initResi
1004 bool promiscuous =
false;
- 1006 bool directModeEnabled =
true;
+ 1006 bool directModeEnabled =
false;
1008 int8_t power = RADIOLIB_CC1101_DEFAULT_POWER;
@@ -837,7 +837,7 @@ $(document).ready(function(){initNavTree('_c_c1101_8h_source.html',''); initResi
int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER,...
Definition: CC1101.cpp:923
int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable. This method is needed for compatibility with PhysicalLayer::ch...
Definition: CC1101.cpp:589
void clearGdo0Action()
Clears interrupt service routine to call when GDO0 activates.
Definition: CC1101.cpp:257
-float getRSSI() override
Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. In asynchronous direct mo...
Definition: CC1101.cpp:777
+float getRSSI() override
Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. In direct or asynchronous...
Definition: CC1101.cpp:777
virtual int16_t receive(uint8_t *data, size_t len)
Binary receive method. Must be implemented in module class.
Definition: PhysicalLayer.cpp:112
int16_t getFrequencyDeviation(float *freqDev)
Gets frequency deviation.
Definition: CC1101.cpp:539
int16_t setPromiscuousMode(bool enable=true, bool requireCarrierSense=false)
Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address,...
Definition: CC1101.cpp:863
diff --git a/class_c_c1101.html b/class_c_c1101.html
index 7891993e..c343601d 100644
--- a/class_c_c1101.html
+++ b/class_c_c1101.html
@@ -233,7 +233,7 @@ void | | Enables/disables OOK modulation instead of FSK. More...
|
|
float | getRSSI () override |
- | Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. In asynchronous direct mode, returns the current RSSI level. More...
|
+ | Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. In direct or asynchronous direct mode, returns the current RSSI level. More...
|
|
uint8_t | getLQI () const |
| Gets LQI (Link Quality Indicator) of the last received packet. More...
|
@@ -890,7 +890,7 @@ virtual void
- Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. In asynchronous direct mode, returns the current RSSI level.
+ Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. In direct or asynchronous direct mode, returns the current RSSI level.
- Returns
- RSSI in dBm.
Reimplemented from PhysicalLayer.
|