Skip to content
Snippets Groups Projects
Commit 41512b6e authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Ignore the origina NodeManager.ino (otherwise we'll have error messages about duplicate inclusions)

parent 2ceb22f2
No related branches found
No related tags found
No related merge requests found
#if false
/* /*
NodeManager is intended to take care on your behalf of all those common tasks a MySensors node has to accomplish, speeding up the development cycle of your projects. NodeManager is intended to take care on your behalf of all those common tasks a MySensors node has to accomplish, speeding up the development cycle of your projects.
NodeManager includes the following main components: NodeManager includes the following main components:
...@@ -71,3 +72,5 @@ void receiveTime(unsigned long ts) { ...@@ -71,3 +72,5 @@ void receiveTime(unsigned long ts) {
// call NodeManager receiveTime routine // call NodeManager receiveTime routine
nodeManager.receiveTime(ts); nodeManager.receiveTime(ts);
} }
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment