[Solved] Problem updating from 2.0 to 2.1
-
Hello,
I've some problems updating from 2.0 to 2.1.
In my examples, I'm sending the node-id and the distance to my controller, to check which path is using my node.
Here the part of the code:parentNode = _nc.parentNodeId; distance = _nc.distance; Serial.print(F("Node-id: ")); Serial.println(MY_NODE_ID); Serial.print(F("Parent node id: ")); Serial.println(parentNode); Serial.print(F("Distance Node00: ")); Serial.println(distance);
Now I'm getting this error:
error: '_nc' was not declared in this scope
How to get those values now?
Thanks
Simon
-
nodeId: getNodeId()
parentNode: getParentNodeId()
distance: getDistanceGW()
-
Thank you!!
Simon
1 out of 3
Suggested Topics
-
Day 1 - Status report
Announcements • 23 Mar 2014, 22:45 • hek 24 Mar 2014, 20:12 -
Can not compile MySensors on esp8266
Troubleshooting • 24 Aug 2024, 15:35 • TheoL 29 Aug 2024, 20:47 -
Raspberry Pi 5: invalid GPIO 9
Troubleshooting • 27 Aug 2024, 13:20 • igo 27 Aug 2024, 13:20 -
Compiling Sensor code using BME280 and ESP8266
Troubleshooting • 26 Feb 2025, 00:32 • dpcons 26 Feb 2025, 06:22 -
Getting system time from the controller
Troubleshooting • 27 Feb 2025, 01:39 • dpcons 3 Mar 2025, 01:00 -
NODs stop responding, but ping works.
Troubleshooting • 28 days ago • Marcin 28 days ago