No more automatic switch to MAIN ONLY mode if RescueOps mode is enabled, choose for yourself

This commit is contained in:
Armel FAUVEAU
2024-11-30 02:18:43 +01:00
parent a6cbc221a6
commit 4cb25739fc

2
main.c
View File

@@ -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