3steppers: fix some bugs, add commands eraseflash and setpos

This commit is contained in:
2022-06-17 12:12:47 +03:00
parent 16f72f6801
commit 6f29257a28
10 changed files with 195 additions and 125 deletions

View File

@@ -79,5 +79,6 @@ extern user_conf the_conf; // global user config (read from FLASH to RAM)
void flashstorage_init();
int store_userconf();
void dump_userconf(_U_ char *txt);
int erase_storage();
#endif // __FLASH_H__