Maintain monitor update

This commit is contained in:
OneOfEleven
2023-09-26 14:25:14 +01:00
parent 14f154b927
commit cb92f2e098
6 changed files with 10 additions and 6 deletions

View File

@@ -119,7 +119,9 @@ void GENERIC_Key_PTT(bool bKeyPressed)
APP_EndTransmission();
if (gEeprom.REPEATER_TAIL_TONE_ELIMINATION == 0)
{
FUNCTION_Select(FUNCTION_FOREGROUND);
}
else
gRTTECountdown = gEeprom.REPEATER_TAIL_TONE_ELIMINATION * 10;
}