From ef7e14b13d99867a0a5110cf24bb90c7fc7df936 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sun, 20 Nov 2022 16:40:37 +0530 Subject: [PATCH] waterfall: experimenting with low and high thresholds --- waterfall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.2