Skip to content

Commit

Permalink
[docs] clarify return value of checkConnection()
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 28, 2024
1 parent 7f78b0b commit c938080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RF24Mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ class ESBMesh
/**
* Tests connectivity of this node to the mesh.
* @note If this function fails, address renewal should typically be done.
* @return 1 if connected, 0 if mesh not responding
* @return
* - True if connected.
* - False if not connected, mesh is not responding, or this node is the master node.
*/
bool checkConnection();

Expand Down

0 comments on commit c938080

Please sign in to comment.