Inside F Lock control

This commit is contained in:
Armel FAUVEAU
2024-08-01 02:28:23 +02:00
parent c74b91629c
commit 808a0101b3

View File

@@ -993,7 +993,14 @@ void UI_DisplayMenu(void)
break;
case MENU_TX_LOCK:
strcpy(String, gSubMenu_OFF_ON[gSubMenuSelection]);
if(TX_freq_check(gEeprom.VfoInfo[gEeprom.TX_VFO].pRX->Frequency) == 0)
{
strcpy(String, "Inside\nF Lock\nPlan");
}
else
{
strcpy(String, gSubMenu_OFF_ON[gSubMenuSelection]);
}
break;
case MENU_SET_LCK: