mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
some changes
This commit is contained in:
2
FS.ino
2
FS.ino
@@ -9,7 +9,7 @@ void File_system_init() {
|
||||
configSetup.replace(" ", "");
|
||||
configSetup.replace("\r\n", "");
|
||||
Serial.println(configSetup);
|
||||
jsonWriteStr(configJson, "SSDP", jsonRead(configSetup, "SSDP"));
|
||||
jsonWriteStr(configJson, "name", jsonRead(configSetup, "name"));
|
||||
jsonWriteStr(configJson, "lang", jsonRead(configSetup, "lang"));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user