From 3beb875d9bbf609f8d72158af8dc3c7588ed7155 Mon Sep 17 00:00:00 2001 From: c vw Date: Tue, 10 Aug 2021 12:12:00 +0200 Subject: [PATCH] Updated the settings when the PA is disabled --- old_protocol.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/old_protocol.c b/old_protocol.c index c3f04b3..0731aa6 100644 --- a/old_protocol.c +++ b/old_protocol.c @@ -1586,7 +1586,9 @@ void ozy_send_buffer() { output_buffer[C3]=output_buffer[C3]|0x40; // Alex 6M low noise amplifier } if(band->disablePA) { - output_buffer[C3]=output_buffer[C3]|0x80; // disable PA + output_buffer[C2]=output_buffer[C2]|0x40; // Manual Filter Selection + output_buffer[C3]=output_buffer[C3]|0x20; // bypass all RX filters + output_buffer[C3]=output_buffer[C3]|0x80; // disable Alex T/R relay } #ifdef PURESIGNAL // -- 2.45.2