mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-08-03 09:36:32 +03:00
Maintain monitor update
This commit is contained in:
@@ -861,6 +861,9 @@ void APP_EndTransmission(void)
|
||||
}
|
||||
|
||||
RADIO_SetupRegisters(false);
|
||||
|
||||
if (gMonitor)
|
||||
ACTION_Monitor(); // 1of11
|
||||
}
|
||||
|
||||
static void APP_HandleVox(void)
|
||||
@@ -2103,7 +2106,6 @@ static void APP_ProcessKey(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
|
||||
}
|
||||
|
||||
if (gF_LOCK && (Key == KEY_PTT || Key == KEY_SIDE2 || Key == KEY_SIDE1))
|
||||
// if (gF_LOCK && Key == KEY_PTT)
|
||||
return;
|
||||
|
||||
if (!bFlag)
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user