Added TX Enable hidden menu item

This commit is contained in:
OneOfEleven
2023-09-19 09:16:57 +01:00
parent 7e7439bcb6
commit aeb22b7028
15 changed files with 51 additions and 23 deletions

View File

@@ -908,6 +908,9 @@ void RADIO_PrepareTX(void)
State = VFO_STATE_TX_DISABLE;
else
#endif
if (!gSetting_TX_EN)
State = VFO_STATE_TX_DISABLE;
else
if (!FREQUENCY_Check(gCurrentVfo))
{
if (gCurrentVfo->BUSY_CHANNEL_LOCK && gCurrentFunction == FUNCTION_RECEIVE)