From: DL1YCF Date: Sat, 28 Dec 2019 14:56:01 +0000 (+0100) Subject: include HL calibration also in P2 although it is currently not yet used there X-Git-Url: https://git.rkrishnan.org/Site/listings/$rel_link?a=commitdiff_plain;h=0b7268a5845190e880cdf9583cd8455e36985664;p=pihpsdr.git include HL calibration also in P2 although it is currently not yet used there --- diff --git a/radio.c b/radio.c index f73b43e..a780f9f 100644 --- a/radio.c +++ b/radio.c @@ -435,7 +435,7 @@ void start_radio() { case DEVICE_HERMES_LITE: case DEVICE_HERMES_LITE2: have_rx_gain=1; - rx_gain_calibration=25; + rx_gain_alibration=25; break; default: have_rx_gain=0; @@ -448,9 +448,11 @@ void start_radio() { case NEW_DEVICE_HERMES_LITE: case NEW_DEVICE_HERMES_LITE2: have_rx_gain=1; + rx_gain_alibration=25; break; default: have_rx_gain=0; + rx_gain_calibration=0; break; } break;