From f970376f17a1d36466f8b1597572df66c53a4c4a Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 15 May 2022 10:46:51 -0600 Subject: [PATCH] More UI fixes --- static/buzzer.mjs | 4 ++-- static/index.html | 55 ++++++++++++++++++++++++++--------------------- static/inputs.mjs | 6 +++--- static/ui.mjs | 49 +++++++++++++++++++++-------------------- static/vail.mjs | 3 --- 5 files changed, 59 insertions(+), 58 deletions(-) diff --git a/static/buzzer.mjs b/static/buzzer.mjs index 34dae61..925c990 100644 --- a/static/buzzer.mjs +++ b/static/buzzer.mjs @@ -1,5 +1,5 @@ -const HIGH_FREQ = 666 -const LOW_FREQ = 555 +const HIGH_FREQ = 555 +const LOW_FREQ = 444 /** diff --git a/static/index.html b/static/index.html index 46f2193..07f5d82 100644 --- a/static/index.html +++ b/static/index.html @@ -27,7 +27,8 @@ @@ -40,30 +41,29 @@
- -
-