Changes are in S_message.cpp and nodeconfig.cpp ... currently with my change sensornet will write to eeprom instead of update (which only calls write if necessary). This can be resolved by writing a function to compare the byte stored vs the byte in question and only make a call to write if necessary.
Changes are in S_message.cpp and nodeconfig.cpp ... currently with my change sensornet will write to eeprom instead of update (which only calls write if necessary). This can be resolved by writing a function to compare the byte stored vs the byte in question and only make a call to write if necessary.
Hope this helps.