From 200a6a7d08e22a268413ece9d2f24621344d740d Mon Sep 17 00:00:00 2001 From: IoT Manager <67171972+IoTManagerProject@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:17:27 +0200 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B1=D1=80=D0=BE=D1=81=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++-- src/App.svelte | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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 = [];