mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
добавил асинхронный веб сервер и веб сокеты, проверенный код
This commit is contained in:
@@ -166,11 +166,5 @@ bool jsonWriteFloat_(String& json, String key, float value) {
|
||||
serializeJson(doc, json);
|
||||
return ret;
|
||||
}
|
||||
//=================================================================================
|
||||
void saveConfig() {
|
||||
writeFile(String("config.json"), settingsFlashJson);
|
||||
}
|
||||
|
||||
void saveStore() {
|
||||
writeFile(String("store.json"), paramsFlashJson);
|
||||
}
|
||||
//=================================================================================
|
||||
|
||||
Reference in New Issue
Block a user