NodeId position on the eprom
-
I want to store some values on the Eprom. And I'm curious if the saveState can override the nodeId if I use any of the positions? In other words, does the nodeId have a static position on the eprom?
-
From what I understand, the position is fully relocatable. Just change the definition in MySensor.h https://github.com/mysensors/Arduino/blob/d7459ae0503feac0b38d3c923b8b16f4faa8e777/libraries/MySensors/MySensor.h#L66
-
saveState is limited to the local config addresses though. http://forum.mysensors.org/topic/3577/modify-node-id/ Has instructions on how to change the node id.
-