diff --git a/public/index.html b/public/index.html index 0a91112..4dc7d62 100644 --- a/public/index.html +++ b/public/index.html @@ -7,9 +7,9 @@ IoT Manager 4.5.4 - + - + diff --git a/src/App.svelte b/src/App.svelte index 89826a8..74ed7c3 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -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 = [];