mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Merge pull request #377 from biveraxe/ver4dev
Исправления багов в сборщике и при получении IP в сценариях
This commit is contained in:
@@ -24,6 +24,8 @@ void globalVarsSync()
|
||||
|
||||
mqttRootDevice = mqttPrefix + "/" + chipId;
|
||||
|
||||
jsonWriteStr_(settingsFlashJson, "ip", WiFi.localIP().toString());
|
||||
|
||||
// это не используется - удалить в последствии
|
||||
jsonWriteStr_(settingsFlashJson, "root", mqttRootDevice);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user