сброс переменных

This commit is contained in:
IoT Manager
2023-10-12 00:17:27 +02:00
parent 3931021a0e
commit 200a6a7d08
2 changed files with 6 additions and 4 deletions

View File

@@ -59,7 +59,7 @@
//****************************************************variable section**********************************************************/
//******************************************************************************************************************************/
let myip = document.location.hostname;
if (devMode) myip = "192.168.1.235";
if (devMode) myip = "192.168.1.228";
//Flags
let firstDevListRequest = true;
@@ -999,7 +999,9 @@
//ssidJson = {};
errorsJson = {};
layoutJson = [];
paramsJson = {}; //?
paramsJson = {};
otaJson = {};
flashProfileJson = {};
//incDeviceList = [];