mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
FM radio updates - faster scanning and gui update, also some renames
This commit is contained in:
10
app/uart.c
10
app/uart.c
@ -247,7 +247,7 @@ static void cmd_0514(const uint8_t *pBuffer)
|
||||
|
||||
time_stamp = pCmd->time_stamp;
|
||||
|
||||
g_serial_config_count_down_500ms = serial_config_count_down_500ms;
|
||||
g_serial_config_tick_500ms = serial_config_tick_500ms;
|
||||
|
||||
// show message
|
||||
g_request_display_screen = DISPLAY_MAIN;
|
||||
@ -268,7 +268,7 @@ static void cmd_051B(const uint8_t *pBuffer)
|
||||
// if (pCmd->time_stamp != time_stamp)
|
||||
// return;
|
||||
|
||||
g_serial_config_count_down_500ms = serial_config_count_down_500ms;
|
||||
g_serial_config_tick_500ms = serial_config_tick_500ms;
|
||||
|
||||
if (addr >= EEPROM_SIZE)
|
||||
return;
|
||||
@ -312,7 +312,7 @@ static void cmd_051D(const uint8_t *pBuffer)
|
||||
// if (pCmd->time_stamp != time_stamp)
|
||||
// return;
|
||||
|
||||
g_serial_config_count_down_500ms = serial_config_count_down_500ms;
|
||||
g_serial_config_tick_500ms = serial_config_tick_500ms;
|
||||
|
||||
if (addr >= EEPROM_SIZE)
|
||||
return;
|
||||
@ -418,7 +418,7 @@ static void cmd_052D(const uint8_t *pBuffer)
|
||||
uint32_t response[4];
|
||||
reply_052D_t reply;
|
||||
|
||||
g_serial_config_count_down_500ms = serial_config_count_down_500ms;
|
||||
g_serial_config_tick_500ms = serial_config_tick_500ms;
|
||||
|
||||
if (!locked)
|
||||
{
|
||||
@ -472,7 +472,7 @@ static void cmd_052F(const uint8_t *pBuffer)
|
||||
g_eeprom.vfo_info[0].dtmf_ptt_id_tx_mode = PTT_ID_OFF;
|
||||
g_eeprom.vfo_info[0].dtmf_decoding_enable = false;
|
||||
|
||||
g_serial_config_count_down_500ms = serial_config_count_down_500ms;
|
||||
g_serial_config_tick_500ms = serial_config_tick_500ms;
|
||||
|
||||
#ifdef ENABLE_NOAA
|
||||
g_is_noaa_mode = false;
|
||||
|
Reference in New Issue
Block a user