Disable 1750 action if lock Key + PTT

This commit is contained in:
Armel FAUVEAU
2024-02-26 23:07:06 +01:00
parent 3860c881fd
commit b9cd3f6e3a

View File

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