From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 20 Nov 2022 11:10:37 +0000 (+0530)
Subject: waterfall: experimenting with low and high thresholds
X-Git-Url: https://git.rkrishnan.org/pf/components/install.html?a=commitdiff_plain;h=ef7e14b13d99867a0a5110cf24bb90c7fc7df936;p=pihpsdr.git

waterfall: experimenting with low and high thresholds
---

diff --git a/waterfall.c b/waterfall.c
index 87b437a..226763e 100644
--- a/waterfall.c
+++ b/waterfall.c
@@ -242,7 +242,7 @@ void waterfall_update(RECEIVER *rx) {
 
     
     if(rx->waterfall_automatic) {
-        rx->waterfall_low=-119; //average/display_width;
+        rx->waterfall_low=-128; //average/display_width;
         rx->waterfall_high=-77; //rx->waterfall_low+50;
     }