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:
parent
28f7b538f0
commit
f0ec05cc20
2 changed files with 52 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue