Optimize KEY_LOCK_PTT

This commit is contained in:
Armel FAUVEAU
2024-02-27 04:21:18 +01:00
parent e88fae981f
commit ecfd3eeaec
3 changed files with 8 additions and 1 deletions

View File

@@ -399,7 +399,7 @@ static void ACTION_Scan_FM(bool bRestart)
static void ACTION_AlarmOr1750(const bool b1750)
{
if(gEeprom.KEY_LOCK && gSetting_set_lck)
if(gEeprom.KEY_LOCK && gEeprom.KEY_LOCK_PTT)
return;
#if defined(ENABLE_ALARM)