mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 23:12:34 +03:00
сброс переменных
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user