How to set NodeID in 2.1.1
Development
5
Posts
3
Posters
908
Views
2
Watching
-
Hi,
I have a mysensors network since a while and running 1.5 so now have started to upgrade to 2.1.1.
In the sketches - how can I set the NodeID (not ChildNodeID)?
/ Joacim
@jocke4u #define MY_NODE_ID 1 or whatever...
-
-
Just
#define MY_NODE_ID 5Before the line
#include <MySensors.h>Should work fine