Disable 1750 action if lock Key + PTT
This commit is contained in:
@@ -399,7 +399,7 @@ static void ACTION_Scan_FM(bool bRestart)
|
||||
static void ACTION_AlarmOr1750(const bool b1750)
|
||||
{
|
||||
|
||||
if(gSetting_set_lck)
|
||||
if(gEeprom.KEY_LOCK && gSetting_set_lck)
|
||||
return;
|
||||
|
||||
#if defined(ENABLE_ALARM)
|
||||
|
Reference in New Issue
Block a user