diff Discovery/Src/tMenu.c @ 1039:f8e2895c91e5 GasConsumption

Reorder the 'SYS' menus so that they follow 'features / hardware / display' which should be less confusing for users. Also fix a bug with a non-implemented menu entry in the 'SYS1' menu on OSTC 4 (mikeller)
author heinrichsweikamp
date Mon, 13 Oct 2025 15:44:12 +0200
parents 2af07aa38531
children 93c98a28406c
line wrap: on
line diff
--- a/Discovery/Src/tMenu.c	Tue Sep 16 20:13:43 2025 +0200
+++ b/Discovery/Src/tMenu.c	Mon Oct 13 15:44:12 2025 +0200
@@ -578,17 +578,17 @@
      */
 
 
-    tM_add(StMSYS); //now in both modes
     if(actual_menu_content == MENU_SURFACE)
     {
         tM_add(StMDECO);
         tM_add(StMHARD);
+        tM_add(StMOption);
+        tM_add(StMSYS);
         tM_add(StMCustom);
-        tM_add(StMOption);
-//		tM_add(StMSYS); now in both modes
     }
     else
     {
+        tM_add(StMSYS); //now in both modes (dive mode)
         tM_add(StMXTRA);
     }
     if(actual_menu_content == MENU_SURFACE)