Save date to flash added

This commit is contained in:
Dmitry Borisenko
2020-11-16 18:47:09 +03:00
parent 3c3a4a33ca
commit a20c2b8564
12 changed files with 24 additions and 21 deletions

View File

@@ -120,7 +120,7 @@ void cleanLogAndData() {
SerialPrint("I", "System", fname);
removeFile("logs/" + fname);
}
removeFile("live.json");
configLiveJson = "";
#endif
removeFile("store.json");
configStoreJson = "";
}