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

Added TX timeout bar compile option when TX'ing

This commit is contained in:
OneOfEleven
2023-10-08 12:39:30 +01:00
parent 0547452589
commit 83c3c8ce1c
7 changed files with 118 additions and 28 deletions

View File

@ -2039,6 +2039,11 @@ void APP_TimeSlice500ms(void)
gUpdateDisplay = true;
}
}
#ifdef ENABLE_SHOW_TX_TIMEOUT
if (gCurrentFunction == FUNCTION_TRANSMIT && (gTxTimerCountdown_500ms & 1))
UI_DisplayTXCountdown(true);
#endif
}
#if defined(ENABLE_ALARM) || defined(ENABLE_TX1750)