Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I assign the node ID for my sensor in ver1.6 development
thanks
Found this issue, looks like it NEED TO BE PRIOR to the #include <MySensor.h>
#define MY_NODE_ID 7 // id of the node //#define MY_PARENT_NODE_ID 1 #define CHILD_ID 3 // Id of the sensor child #include <SPI.h> #include <MySensor.h>