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

Thanks to turnrye and tarxvf for debugging and testing this.
pull/165/head
Silvano Seva 2023-08-23 09:54:22 +02:00
rodzic a3c7df2b3e
commit 4920921862
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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