mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 15:12:19 +03:00
Save date to flash added
This commit is contained in:
@@ -55,8 +55,6 @@ void saveConfig() {
|
||||
writeFile(String("config.json"), configSetupJson);
|
||||
}
|
||||
|
||||
void saveLive() {
|
||||
#ifdef SAVE_SETTINGS_TO_FLASH
|
||||
writeFile(String("live.json"), configLiveJson);
|
||||
#endif
|
||||
void saveStore() {
|
||||
writeFile(String("store.json"), configStoreJson);
|
||||
}
|
||||
Reference in New Issue
Block a user