From c9a691d9d487a4403e9cb238db01960a161cfc97 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sat, 27 Nov 2021 10:57:42 -0600 Subject: [PATCH] Update for Docs Update so setAddress() function shows up in the docs --- RF24Mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RF24Mesh.h b/RF24Mesh.h index b53ae3f..5c9476c 100644 --- a/RF24Mesh.h +++ b/RF24Mesh.h @@ -221,7 +221,6 @@ class RF24Mesh #define MESH_CALLBACK if (meshCallback) { meshCallback(); } - #if !defined(MESH_NOMASTER) /** * Set or change a @ref _nodeID "nodeID" : node address (key : value) pair manually. * This function is for use on the master node only. @@ -245,6 +244,7 @@ class RF24Mesh */ void setAddress(uint8_t nodeID, uint16_t address, bool searchBy = false); + #if !defined(MESH_NOMASTER) /** * Save the @ref addrList to a binary file named "dhcplist.txt". * @note This function is for use on the master node only and only on Linux or x86 platforms.