READ MANUAL prompt for unlocking TX

This commit is contained in:
Krzysiek Egzmont
2023-11-09 10:33:28 +01:00
parent d7b6cdf444
commit a43a3f949f
3 changed files with 11 additions and 5 deletions

View File

@@ -802,7 +802,10 @@ void UI_DisplayMenu(void)
break;
case MENU_F_LOCK:
strcpy(String, gSubMenu_F_LOCK[gSubMenuSelection]);
if(!gIsInSubMenu && gUnlockAllTxConfCnt>0 && gUnlockAllTxConfCnt<10)
strcpy(String, "READ\nMANUAL");
else
strcpy(String, gSubMenu_F_LOCK[gSubMenuSelection]);
break;
#ifdef ENABLE_F_CAL_MENU