From d554fcb161ec2bb4b3c9e5edcf0e7b2ed62d08cc Mon Sep 17 00:00:00 2001 From: c vw Date: Mon, 9 Nov 2020 19:08:29 +0100 Subject: [PATCH] HERMESLITE2 update --- old_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old_protocol.c b/old_protocol.c index f5a5b2b..544d271 100644 --- a/old_protocol.c +++ b/old_protocol.c @@ -1903,7 +1903,7 @@ static int last_power=0; output_buffer[C1]|=(receiver[1]->adc<<(2*rx2channel)); } } - if (have_rx_gain) { + if (device == DEVICE_HERMES_LITE2) { // // On the HermesLite2, we need bit7 set to make this feature active, // and need bit6 set to tell HL2 to directly use the lowest 6 bits -- 2.45.2