From 825f753bba31151538db6e0abe70deea0a944c21 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:54:51 +0100 Subject: [PATCH] =?UTF-8?q?bug=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.svelte | 3 --- src/pages/System.svelte | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 628e342..341d6b0 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -796,9 +796,6 @@ if ((alarmKey = "wscle")) { errorsJson.wscle = 0; } - if ((alarmKey = "bver")) { - errorsJson.bver = 0; - } wsSendMsg(selectedWs, "/rorre|" + JSON.stringify(errorsJson)); } //*******************************************************initialisation********************************************************************/ diff --git a/src/pages/System.svelte b/src/pages/System.svelte index 767e0f4..a44fb63 100644 --- a/src/pages/System.svelte +++ b/src/pages/System.svelte @@ -79,7 +79,7 @@ {/if} {#if errorsJson.bver != version} - cancelAlarm("bver")}> +

Версия файловой системы не совпадает с версией прошивки. Вероятно произошла ошибка во время обновления устройства по воздуху.

{/if}