MD-UV3x0: fixed bug causing no FM rx after tx end. Fix #171

Thanks to turnrye and tarxvf for debugging and testing this.
This commit is contained in:
Silvano Seva 2023-08-23 09:54:22 +02:00
parent a3c7df2b3e
commit 4920921862
1 changed files with 1 additions and 0 deletions

View File

@ -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
}
/*