From 4920921862736b62794189beaf89acef5df852ec Mon Sep 17 00:00:00 2001 From: Silvano Seva Date: Wed, 23 Aug 2023 09:54:22 +0200 Subject: [PATCH] MD-UV3x0: fixed bug causing no FM rx after tx end. Fix #171 Thanks to turnrye and tarxvf for debugging and testing this. --- platform/drivers/baseband/HR_C6000_UV3x0.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/drivers/baseband/HR_C6000_UV3x0.cpp b/platform/drivers/baseband/HR_C6000_UV3x0.cpp index a510cc4b..8eff8ff3 100644 --- a/platform/drivers/baseband/HR_C6000_UV3x0.cpp +++ b/platform/drivers/baseband/HR_C6000_UV3x0.cpp @@ -230,6 +230,7 @@ void HR_Cx000< M >::stopAnalogTx() writeReg(M::CONFIG, 0xE2, 0x06); // Mic preamp disabled, anti-pop enabled writeReg(M::CONFIG, 0x34, 0x98); // FM bpf enabled, 25kHz bandwidth writeReg(M::CONFIG, 0x37, 0x81); // DAC gain + writeReg(M::CONFIG, 0x26, 0xFD); // Undocumented register, enable FM receive } /*