]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Updated comment on our "PA enable" safety belt (that is, disable
authorc vw <dl1ycf@darc.de>
Fri, 5 Aug 2022 08:16:15 +0000 (10:16 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 5 Aug 2022 08:16:15 +0000 (10:16 +0200)
T/R relay if PA is disabled).

new_protocol.c

index 793f503b103f4d066b2b1ecc009cc44e663cf667..dfe61b3221969db99ff0f51e36df5475c5fc6dea 100644 (file)
@@ -945,8 +945,9 @@ static void new_protocol_high_priority() {
 //
 //    Do not switch TR relay to "TX" if PA is disabled.
 //    This is necessary because the "PA enable flag" in the GeneralPacket
-//    has no effect for my Anan-7000 (this is the "safety belt").
-//    (this is also the way it is done in the old protocol)
+//    had no effect in the Orion-II firmware up to 2.1.18
+//    (starting with 2.1.15, it works: thanks to Rick N1GP)
+//    But we have to keep this "safety belt" for some time.
 //
       if (!band->disablePA  && pa_enabled) {
         alex0 |= ALEX_TX_RELAY;