0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +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

@ -100,5 +100,5 @@ void GUI_SelectNextDisplay(gui_display_type_t Display)
}
g_current_display_screen = Display;
g_update_display = true;
g_update_display = true;
}