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

added TX timeout beeps

This commit is contained in:
OneOfEleven
2023-11-06 12:21:52 +00:00
parent b4841f0ba9
commit 521793ba6f
9 changed files with 128 additions and 147 deletions

View File

@ -323,7 +323,7 @@ void ACTION_Scan(bool bRestart)
{
g_input_box_index = 0;
(void)b1750; // stop unused compile warning
(void)b1750; // stop compile warning
#if defined(ENABLE_ALARM) && defined(ENABLE_TX1750)
g_alarm_state = b1750 ? ALARM_STATE_TX1750 : ALARM_STATE_TXALARM;
@ -337,7 +337,7 @@ void ACTION_Scan(bool bRestart)
g_flag_prepare_tx = true;
if (g_current_display_screen != DISPLAY_MENU) // 1of11 .. don't close the menu
if (g_current_display_screen != DISPLAY_MENU)
g_request_display_screen = DISPLAY_MAIN;
}
#endif