0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

fix dual-watch/panadapter bug

This commit is contained in:
OneOfEleven
2023-11-26 11:28:19 +00:00
parent 046d88bb58
commit 90b0435ed7
9 changed files with 100 additions and 83 deletions

View File

@ -549,6 +549,10 @@ void BK4819_set_rf_frequency(const uint32_t frequency, const bool trigger_update
BK4819_write_reg(0x30, reg & ~BK4819_REG_30_ENABLE_VCO_CALIB);
BK4819_write_reg(0x30, reg);
}
#if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG)
// UART_printf("bk freq %4u.%05u\n", frequency / 100000, frequency % 100000);
#endif
}
void BK4819_SetupSquelch(