Skip to content

Commit

Permalink
Update for Docs
Browse files Browse the repository at this point in the history
Update so setAddress() function shows up in the docs
  • Loading branch information
TMRh20 committed Nov 27, 2021
1 parent a5e0537 commit c9a691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit c9a691d

Please sign in to comment.