From: c vw <dl1ycf@darc.de>
Date: Tue, 10 Aug 2021 10:12:00 +0000 (+0200)
Subject: Updated the settings when the PA is disabled
X-Git-Url: https://git.rkrishnan.org/%5B/simplejson/%22file://%22doc.html/%22?a=commitdiff_plain;h=3beb875d9bbf609f8d72158af8dc3c7588ed7155;p=pihpsdr.git

Updated the settings when the PA is disabled
---

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
 	//