Skip to content

Commit

Permalink
Docs: Tweak info output for testRPD()
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan <[email protected]>
  • Loading branch information
TMRh20 and 2bndy5 authored Feb 24, 2024
1 parent 77dc4c8 commit e2e2fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ class RF24
* @code
* bool goodSignal = radio.testRPD();
* if(radio.available()){
* Serial.println(goodSignal ? "Strong signal > -64dBm" : "Weak or no signal < -64dBm" );
* Serial.println(goodSignal ? "Strong signal > -64dBm" : "Weak or no signal (< -64dBm)" );
* radio.read(0,0);
* }
* @endcode
Expand Down

0 comments on commit e2e2fdc

Please sign in to comment.