0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 14:21:25 +03:00

CTCSS/DCS scan result now also stays till EXIT key pressed

This commit is contained in:
OneOfEleven 2023-09-26 06:58:47 +01:00
parent bd6ca8f847
commit b9705cba18
3 changed files with 3 additions and 0 deletions

View File

@ -1729,6 +1729,9 @@ void APP_TimeSlice500ms(void)
if (gFmRadioMode && gCurrentFunction != FUNCTION_RECEIVE && gCurrentFunction != FUNCTION_MONITOR && gCurrentFunction != FUNCTION_TRANSMIT) if (gFmRadioMode && gCurrentFunction != FUNCTION_RECEIVE && gCurrentFunction != FUNCTION_MONITOR && gCurrentFunction != FUNCTION_TRANSMIT)
GUI_SelectNextDisplay(DISPLAY_FM); GUI_SelectNextDisplay(DISPLAY_FM);
else else
#endif
#ifdef ENABLE_NO_SCAN_TIMEOUT
if (gScreenToDisplay != DISPLAY_SCANNER)
#endif #endif
GUI_SelectNextDisplay(DISPLAY_MAIN); GUI_SelectNextDisplay(DISPLAY_MAIN);
} }

Binary file not shown.

Binary file not shown.