From 03775fda8bb8cba0fc3d4591a7319c049fe06e47 Mon Sep 17 00:00:00 2001 From: John Melton G0ORX Date: Fri, 28 Feb 2020 22:16:16 +0000 Subject: [PATCH] set default transmitter panadapter_low to -70 --- transmitter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmitter.c b/transmitter.c index 3444b95..f092401 100644 --- a/transmitter.c +++ b/transmitter.c @@ -735,7 +735,7 @@ TRANSMITTER *create_transmitter(int id, int buffer_size, int fft_size, int fps, tx->display_waterfall=0; tx->panadapter_high=0; - tx->panadapter_low=-60; + tx->panadapter_low=-70; tx->panadapter_step=10; tx->displaying=0; -- 2.45.2