No more automatic switch to MAIN ONLY mode if RescueOps mode is enabled, choose for yourself
This commit is contained in:
2
main.c
2
main.c
@@ -138,6 +138,7 @@ void Main(void)
|
|||||||
SETTINGS_SaveSettings();
|
SETTINGS_SaveSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if(gEeprom.MENU_LOCK == true) // Force Main Only
|
if(gEeprom.MENU_LOCK == true) // Force Main Only
|
||||||
{
|
{
|
||||||
gEeprom.DUAL_WATCH = 0;
|
gEeprom.DUAL_WATCH = 0;
|
||||||
@@ -145,6 +146,7 @@ void Main(void)
|
|||||||
//gFlagReconfigureVfos = true;
|
//gFlagReconfigureVfos = true;
|
||||||
//gUpdateStatus = true;
|
//gUpdateStatus = true;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_FEAT_F4HWN_RESCUE_OPS
|
#ifdef ENABLE_FEAT_F4HWN_RESCUE_OPS
|
||||||
|
Reference in New Issue
Block a user