mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
fix: restore 'lost' radio sensitivity
This commit is contained in:
@ -67,7 +67,8 @@ void BK4819_WriteRegister(bk4819_register_t Register, uint16_t Data);
|
||||
void BK4819_WriteU8(uint8_t Data);
|
||||
void BK4819_WriteU16(uint16_t Data);
|
||||
|
||||
void BK4819_SetAGC(uint8_t Value);
|
||||
void BK4819_DisableAGC();
|
||||
void BK4819_EnableAGC();
|
||||
|
||||
void BK4819_set_GPIO_pin(bk4819_gpio_pin_t Pin, bool bSet);
|
||||
|
||||
|
Reference in New Issue
Block a user