diff --git a/RF24Mesh.h b/RF24Mesh.h index 603adcb..e34663d 100644 --- a/RF24Mesh.h +++ b/RF24Mesh.h @@ -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();