diff Discovery/Src/tMenuEditCustom.c @ 739:4a6bffaa38b3

Enable start dive in Big font display: The diver had to manually switch to the big font view in dive mode. By selecting the big font view as default view in the custom menu the BF view will now be shown from the start of the dive. In order to have a qucker access to the settings menu, the settings menu has been added to the quick menu selection. The settings menu will then also be left to the BF view.
author Ideenmodellierer
date Thu, 02 Feb 2023 17:26:54 +0100
parents 5071d554aaa5
children 6bd21ebe1a93
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditCustom.c	Thu Feb 02 17:19:24 2023 +0100
+++ b/Discovery/Src/tMenuEditCustom.c	Thu Feb 02 17:26:54 2023 +0100
@@ -390,10 +390,7 @@
     SSettings *pSettings = settingsGetPointer();
 
     newValue = pSettings->extraDisplay + 1;
-    if(newValue == EXTRADISPLAY_DECOGAME)  /* Decogame not yet implemented */
-    {
-    	newValue++;
-    }
+
     if(newValue >= EXTRADISPLAY_END)
     {
     	newValue = EXTRADISPLAY_none;
@@ -960,10 +957,7 @@
     uint8_t newValue;
 
     newValue = settingsGetPointer()->extraDisplay + 1;
-    if(newValue == EXTRADISPLAY_DECOGAME)  /* Decogame not yet implemented */
-    {
-    	newValue++;
-    }
+
     if(newValue >= EXTRADISPLAY_END)
     {
     	newValue = EXTRADISPLAY_none;