From 41512b6e48afa9a3b5b373bdcf5b30439a32565a Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Sat, 1 Jul 2017 23:49:42 +0200 Subject: [PATCH] Ignore the origina NodeManager.ino (otherwise we'll have error messages about duplicate inclusions) --- NodeManager.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NodeManager.ino b/NodeManager.ino index 3df7d47..c005fcb 100755 --- a/NodeManager.ino +++ b/NodeManager.ino @@ -1,3 +1,4 @@ +#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 includes the following main components: @@ -71,3 +72,5 @@ void receiveTime(unsigned long ts) { // call NodeManager receiveTime routine nodeManager.receiveTime(ts); } + +#endif -- GitLab