mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 06:58:39 +03:00
FM radio updates - faster scanning and gui update, also some renames
This commit is contained in:
@ -59,10 +59,11 @@ void BK4819_Init(void)
|
||||
BK4819_EnableAGC(); // only do this in linear modulation modes, not FM
|
||||
#endif
|
||||
|
||||
// BK4819_WriteRegister(0x19, 0x1041); // 0001 0000 0100 0001 <15> MIC AGC 1 = disable 0 = enable
|
||||
// BK4819_WriteRegister(0x7D, 0xE940); // 111010010100 0000
|
||||
BK4819_WriteRegister(0x7D, 0xE940 | 0x1f);
|
||||
BK4819_WriteRegister(0x19, 0x1041); // 0001 0000 0100 0001 <15> MIC AGC 1 = disable 0 = enable
|
||||
|
||||
BK4819_WriteRegister(0x7D, 0xE940);
|
||||
|
||||
// REG_48 .. RX AF level
|
||||
//
|
||||
// <15:12> 11 ??? 0 to 15
|
||||
|
Reference in New Issue
Block a user