RF24Network
RF24Network copied to clipboard
update to sensornet to work with IDE > 1.0.1 and it also now works with IDE 1.5.2
trafficstars
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.
Have you tried Sync code included in the library? Could you show me some example, please?