maniacbug / RF24Network

Network Layer for nRF24L01(+) Radios
http://maniacbug.github.com/RF24Network
272 stars 129 forks source link

update to sensornet to work with IDE > 1.0.1 and it also now works with IDE 1.5.2 #6

Open DevGW opened 11 years ago

DevGW commented 11 years ago

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.

simontom commented 10 years ago

Have you tried Sync code included in the library? Could you show me some example, please?