From e9f9747967ef9e59672d9f35779e5b8065686fa6 Mon Sep 17 00:00:00 2001 From: c vw Date: Wed, 12 Jan 2022 12:09:52 +0100 Subject: [PATCH] Correction: don't assume Penelope as mic source by default --- radio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/radio.c b/radio.c index 54972de..5b7e5ec 100644 --- 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; -- 2.45.2