From add581b04d476e9fc858dfea91d738ccede67ac9 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Fri, 28 Jun 2024 12:24:37 -0700 Subject: [PATCH] format RF24Mesh.h Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- RF24Mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RF24Mesh.h b/RF24Mesh.h index e34663d..5fc1be1 100644 --- a/RF24Mesh.h +++ b/RF24Mesh.h @@ -190,7 +190,7 @@ class ESBMesh /** * Tests connectivity of this node to the mesh. * @note If this function fails, address renewal should typically be done. - * @return + * @return * - True if connected. * - False if not connected, mesh is not responding, or this node is the master node. */