]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Correction: don't assume Penelope as mic source by default
authorc vw <dl1ycf@darc.de>
Wed, 12 Jan 2022 11:09:52 +0000 (12:09 +0100)
committerc vw <dl1ycf@darc.de>
Wed, 12 Jan 2022 11:09:52 +0000 (12:09 +0100)
radio.c

diff --git a/radio.c b/radio.c
index 54972de0f84ef88a0ad8b26ffddb804d7e6fad21..5b7e5ec2bb2970eed980d6cf15ee3f1395fe2e50 100644 (file)
--- a/radio.c
+++ b/radio.c
@@ -693,7 +693,6 @@ void start_radio() {
     // missing IQ scaling.
     //
     atlas_penelope = 1;
-    atlas_mic_source = 1;
   }
   // set the default power output and max drive value
   drive_max=100.0;