Just 3 times to Unlock All

This commit is contained in:
Armel FAUVEAU
2024-02-05 23:50:48 +01:00
parent e45c2f5904
commit 9e462f777a

View File

@@ -761,7 +761,11 @@ void MENU_AcceptSetting(void)
case MENU_F_LOCK: {
if(gSubMenuSelection == F_LOCK_NONE) { // select 10 times to enable
gUnlockAllTxConfCnt++;
#ifdef ENABLE_FEAT_F4HWN
if(gUnlockAllTxConfCnt < 3)
#else
if(gUnlockAllTxConfCnt < 10)
#endif
return;
}
else