We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881473a commit 77dc4c8Copy full SHA for 77dc4c8
RF24.h
@@ -1277,11 +1277,11 @@ class RF24
1277
* @code
1278
* bool goodSignal = radio.testRPD();
1279
* if(radio.available()){
1280
- * Serial.println(goodSignal ? "Strong signal > 64dBm" : "Weak signal < 64dBm" );
+ * Serial.println(goodSignal ? "Strong signal > -64dBm" : "Weak or no signal < -64dBm" );
1281
* radio.read(0,0);
1282
* }
1283
* @endcode
1284
- * @return true if a signal less than or equal to -64dBm was detected,
+ * @return true if a signal greater than or equal to -64dBm was detected,
1285
* false if not.
1286
*/
1287
bool testRPD(void);
0 commit comments