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:
@ -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)
|
||||
|
Reference in New Issue
Block a user