We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f86b8f commit bf341abCopy full SHA for bf341ab
libraries/MySensors/MySensor.cpp
@@ -332,7 +332,7 @@ boolean MySensor::process() {
332
for (;;);
333
} else if (type == I_ID_RESPONSE) {
334
if (nc.nodeId == AUTO) {
335
- nc.nodeId = msg.getByte();
+ nc.nodeId = msg.getInt();
336
// Write id to EEPROM
337
338
// sensor net gateway will return max id if all sensor id are taken
0 commit comments