0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

increased bit-toggle pre-amble length at start of mdc packet + chan-2-vfo fix

This commit is contained in:
OneOfEleven
2023-10-28 17:16:39 +01:00
parent 9eb3f765e0
commit 0e61189c32
5 changed files with 13 additions and 4 deletions

View File

@ -2124,9 +2124,14 @@ void APP_time_slice_500ms(void)
#ifdef ENABLE_MDC1200
if (mdc1200_rx_ready_tick_500ms > 0)
{
if (--mdc1200_rx_ready_tick_500ms == 0)
{
if (g_center_line == CENTER_LINE_MDC1200)
g_center_line = CENTER_LINE_NONE;
g_update_display = true;
}
}
#endif
if (g_dtmf_rx_live_timeout > 0)