diff Discovery/Src/tHome.c @ 838:aed39d19269c Evo_2_23

Added T3 autofocus for Gas list: An automatic switch to the gaslist will now happen in case a better gas is available or in case the current gas is not breathable (ppo2 HIGH/LOW). From the gaslist view a new gas may be selected view quickmenu or switching to the common gas selection tab.
author Ideenmodellierer
date Fri, 05 Jan 2024 16:01:22 +0100
parents 8d6c35655d4d
children
line wrap: on
line diff
--- a/Discovery/Src/tHome.c	Wed Dec 27 19:37:17 2023 +0100
+++ b/Discovery/Src/tHome.c	Fri Jan 05 16:01:22 2024 +0100
@@ -233,6 +233,10 @@
             								{
                         						set_globalState(StDMGAS);
             								}
+            								else
+            								{
+            									set_globalState(StDMENU);
+            								}
             			break;
 #ifdef ENABLE_T3_PPO_SIM
             		case CVIEW_sensors:		if(is_stateUsedSetToSim())