From aa74554a81b5e1c603aadf7f3e8a5e50e217a1ba Mon Sep 17 00:00:00 2001 From: Eric Westphal Date: Sat, 15 Jul 2017 22:06:26 -0400 Subject: [PATCH 1/2] Change sensor switch names. --- web/plates/settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/plates/settings.html b/web/plates/settings.html index 55aa50a6..f02cb072 100644 --- a/web/plates/settings.html +++ b/web/plates/settings.html @@ -28,13 +28,13 @@
- +
- +
From 31abc0091043a916d731a58079af1b8f98d8bffc Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Mon, 7 Aug 2017 16:50:44 -0400 Subject: [PATCH 2/2] Delay SDR startup by 1m30s. --- main/sdr.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/sdr.go b/main/sdr.go index 882876ca..d352277c 100644 --- a/main/sdr.go +++ b/main/sdr.go @@ -471,6 +471,8 @@ func sdrWatcher() { prevUATEnabled := false prevESEnabled := false + time.Sleep(90 * time.Second) + for { time.Sleep(1 * time.Second) if sdrShutdown {