This commit is contained in:
pyr0ball 2019-10-29 15:45:43 -07:00
commit a09a5c8e4e
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@
#endif
#endif
void resetEEPROM();
void restoreConfig();
void resetConfig();
#endif

View file

@ -223,7 +223,7 @@ void updateParams() {
serialPrintConfig();
}
else if (strcmp(serialMessageIn, "RESET") == 0) {
resetConfig();
resetEEPROM();
serialPrintConfig();
}
else if (strcmp(serialMessageIn, "STATE") == 0) {