Merge pull request #32 from IoTManagerProject/ver4dev

Ver4dev
This commit is contained in:
Mit4el
2024-02-27 18:29:08 +03:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ void globalVarsSync()
mqttRootDevice = mqttPrefix + "/" + chipId;
jsonWriteStr_(settingsFlashJson, "ip", WiFi.localIP().toString());
// это не используется - удалить в последствии
jsonWriteStr_(settingsFlashJson, "root", mqttRootDevice);
}