From f9dc62b2d87869f40b1236bc7db38e84e9543e01 Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 5 Aug 2022 10:16:15 +0200 Subject: [PATCH] Updated comment on our "PA enable" safety belt (that is, disable T/R relay if PA is disabled). --- new_protocol.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/new_protocol.c b/new_protocol.c index 793f503..dfe61b3 100644 --- a/new_protocol.c +++ b/new_protocol.c @@ -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; -- 2.45.2