Initialise EEPROM and save periodically

This should be less of a disaster for the emulated
EEPROM on the pico, but could use some finesse
This commit is contained in:
Richard Bowman 2023-02-22 17:09:51 +00:00
parent 28f7b538f0
commit f0ec05cc20
2 changed files with 52 additions and 2 deletions

View file

@ -29,5 +29,6 @@ extern void register_module(const Command commands[], void (*loop_fn)(void));
void get_version(String);
void get_modules(String);
void get_eeprom_last_commit(String);
#define MAIN_H
#endif