Skip to content

Commit

Permalink
Renamed NodeManager.h and cpp file in Node.h and cpp to avoid conflic…
Browse files Browse the repository at this point in the history
…ts with v1.7-dev
  • Loading branch information
user2684 committed Sep 14, 2018
1 parent 7405c13 commit 52581f5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 965 deletions.
2 changes: 1 addition & 1 deletion MySensors_NodeManager.h
Expand Up @@ -79,7 +79,7 @@ Include NodeManager core code
#endif

// NodeManager class
#include "nodemanager/NodeManager.cpp"
#include "nodemanager/Node.cpp"
// create the global variable nodeManager that can be called from within the sketch
extern NodeManager nodeManager;
NodeManager nodeManager;
Expand Down

0 comments on commit 52581f5

Please sign in to comment.