mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 15:12:19 +03:00
Big changes. Compiling version
This commit is contained in:
@@ -53,4 +53,10 @@ String jsonWriteFloat(String& json, String name, float value) {
|
||||
|
||||
void saveConfig() {
|
||||
writeFile(String("config.json"), configSetupJson);
|
||||
}
|
||||
|
||||
void saveLive() {
|
||||
#ifdef SAVE_SETTINGS_TO_FLASH
|
||||
writeFile(String("live.json"), configLiveJson);
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user