Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo
This commit is contained in:
commit
a09a5c8e4e
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
void resetEEPROM();
|
||||||
void restoreConfig();
|
void restoreConfig();
|
||||||
void resetConfig();
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -223,7 +223,7 @@ void updateParams() {
|
||||||
serialPrintConfig();
|
serialPrintConfig();
|
||||||
}
|
}
|
||||||
else if (strcmp(serialMessageIn, "RESET") == 0) {
|
else if (strcmp(serialMessageIn, "RESET") == 0) {
|
||||||
resetConfig();
|
resetEEPROM();
|
||||||
serialPrintConfig();
|
serialPrintConfig();
|
||||||
}
|
}
|
||||||
else if (strcmp(serialMessageIn, "STATE") == 0) {
|
else if (strcmp(serialMessageIn, "STATE") == 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue