Skip to content

Commit

Permalink
Fixed config reset #54 #bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
loredan committed Oct 29, 2019
1 parent 9e2862c commit 8fea926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -60,7 +60,7 @@
#endif
#endif

void resetEEPROM();
void restoreConfig();
void resetConfig();

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

0 comments on commit 8fea926

Please sign in to comment.