pyr0ball / pyr0piezo

An AVR/ARM based piezoelectric sensor for use in ultra-precise applications
https://docs.pyroballpcbs.com/
Other
71 stars 23 forks source link

[BUG] RESET config doesn't save back to EEPROM #54

Closed klcjr89 closed 4 years ago

klcjr89 commented 4 years ago

Describe the bug Sending RESET via a serial terminal resets the config values, but does not store them back to EEPROM, so on the next powerup, the values are not correct.

To Reproduce Steps to reproduce the behavior: Issue RESET via a serial terminal with 9600 baud rate.

Expected behavior I expected the RESET method to execute and then store the entire config back to EEPROM.

Pyr0-Piezo (please complete the following information):

klcjr89 commented 4 years ago

Issue is still present even after downloading latest code and reflashing

klcjr89 commented 4 years ago

Fixed in PR #57