volca02 / hr20-esp12-master

Re-implementation (with different features) of the master portion of OpenHR20 wireless project
GNU General Public License v2.0
11 stars 5 forks source link

Implement persistence #24

Open volca02 opened 5 years ago

volca02 commented 5 years ago

Some values could be persisted in FS and read upon reboot. This would be done for changed values every few hours or so to avoid frequent rewrites. This would mean less chatter with clients for stuff like timers and similar, at the expense of possible undetected differences (topic for another change).

volca02 commented 3 years ago

This depends on hr20 firmware changes - namely adding timer checksum into the debug packet response. This would allow us to selectively get timers from clients with changes.