From 4f46e9fde5653df56358011b9e0a032f105d2b3f 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NodeManager.ino b/NodeManager.ino index 38bf742..1241738 100755 --- a/NodeManager.ino +++ b/NodeManager.ino @@ -1,4 +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: @@ -72,3 +72,5 @@ void receiveTime(unsigned long ts) { // call NodeManager receiveTime routine nodeManager.receiveTime(ts); } + +#endif -- GitLab