]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
include HL calibration also in P2 although it is currently not yet used there
authorDL1YCF <dl1ycf@darc.de>
Sat, 28 Dec 2019 14:56:01 +0000 (15:56 +0100)
committerDL1YCF <dl1ycf@darc.de>
Sat, 28 Dec 2019 14:56:01 +0000 (15:56 +0100)
radio.c

diff --git a/radio.c b/radio.c
index f73b43ea058334eb232692f7f34c4dbfdb6a8d94..a780f9fc969f872a6fc6acd0c8c3635728d6f15c 100644 (file)
--- 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;