From f8200720e516a4f6bb8b459ac3cb41fa01d36cae Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sat, 19 Nov 2022 16:14:22 +0530
Subject: [PATCH] display: change automatic waterfall (low signal) display to
 be blue

---
 waterfall.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/waterfall.c b/waterfall.c
index 01bb5b7..198ff7e 100644
--- a/waterfall.c
+++ b/waterfall.c
@@ -34,7 +34,7 @@
 
 static int colorLowR=0; // black
 static int colorLowG=0;
-static int colorLowB=0;
+static int colorLowB=255;
 
 static int colorMidR=255; // red
 static int colorMidG=0;
-- 
2.45.2