From c341b10443c18115939e3431c8f762dbecdef81c Mon Sep 17 00:00:00 2001 From: Roman Bazalevsky Date: Fri, 16 Nov 2018 21:45:08 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D0=BE=D1=87=D0=B8=D1=89=D0=B5=D0=BD=20?= =?utf8?q?=D0=BA=D0=BE=D0=B4=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?utf8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20ID=20=D1=83=D1=81=D1=82=D1=80=D0=BE?= =?utf8?q?=D0=B9=D1=81=D1=82=D0=B2=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/weather-display | 2 -- bin/weathermon-iio | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/weather-display b/bin/weather-display index ef210ff..1c6a6fc 100755 --- a/bin/weather-display +++ b/bin/weather-display @@ -152,8 +152,6 @@ if not alarmstr_len then end alarmstr_len=tonumber(alarmstr_len) -web_id = uci.get(config_name,"web","devid") - while true do onoff = not onoff diff --git a/bin/weathermon-iio b/bin/weathermon-iio index cbf21f0..f6e979f 100755 --- a/bin/weathermon-iio +++ b/bin/weathermon-iio @@ -173,7 +173,7 @@ if not config_name then config_name = "weathermon" end -web_id = uci.get(config_name,"web","devid") +web_id = get_devid(config_name) parameters = init(config_name) -- 2.34.1