kopia lustrzana https://github.com/OpenRTX/OpenRTX
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
rodzic
a3c7df2b3e
commit
4920921862
|
@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue