Skip to content

Commit

Permalink
Fix last commit - _nodeID not nodeID
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Jun 28, 2024
1 parent a2b8135 commit 439aaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ template<class network_t, class radio_t>
bool ESBMesh<network_t, radio_t>::checkConnection()
{

if (!nodeID) return false;
if (!_nodeID) return false;
if (mesh_address == MESH_DEFAULT_ADDRESS) return false;

// Connection check via parent node
Expand Down

0 comments on commit 439aaad

Please sign in to comment.