mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-29 14:51:26 +03:00
Removed keypad timeout beep
This commit is contained in:
parent
2f076587b4
commit
41553b50fa
@ -1817,7 +1817,7 @@ void cancelUserInputModes(void)
|
|||||||
if (g_dtmf_input_mode || g_dtmf_input_box_index > 0)
|
if (g_dtmf_input_mode || g_dtmf_input_box_index > 0)
|
||||||
{
|
{
|
||||||
DTMF_clear_input_box();
|
DTMF_clear_input_box();
|
||||||
g_beep_to_play = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL;
|
// g_beep_to_play = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL;
|
||||||
g_request_display_screen = DISPLAY_MAIN;
|
g_request_display_screen = DISPLAY_MAIN;
|
||||||
g_update_display = true;
|
g_update_display = true;
|
||||||
}
|
}
|
||||||
@ -1827,7 +1827,7 @@ void cancelUserInputModes(void)
|
|||||||
g_fkey_pressed = false;
|
g_fkey_pressed = false;
|
||||||
g_input_box_index = 0;
|
g_input_box_index = 0;
|
||||||
g_key_input_count_down = 0;
|
g_key_input_count_down = 0;
|
||||||
g_beep_to_play = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL;
|
// g_beep_to_play = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL;
|
||||||
g_update_status = true;
|
g_update_status = true;
|
||||||
g_update_display = true;
|
g_update_display = true;
|
||||||
}
|
}
|
||||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user