diff Discovery/Src/tMenuDecoParameter.c @ 981:c6c781a2e85b default tip

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100 (3 days ago)
parents d4622533271d
children
line wrap: on
line diff
--- a/Discovery/Src/tMenuDecoParameter.c	Tue Aug 13 13:24:54 2024 +0200
+++ b/Discovery/Src/tMenuDecoParameter.c	Tue Feb 11 18:12:00 2025 +0100
@@ -147,7 +147,7 @@
 
         textPointer += snprintf(&text[textPointer], 60,\
             "%c"
-            "\t"
+            "\t          "
             "%c"
             , TXT_DecoAlgorithm
             , decotypeTxtId
@@ -160,7 +160,7 @@
     {
         textPointer += snprintf(&text[textPointer], 60,\
             "VPM"
-            "\t"
+        	"\t          "
             "+"
             "%u"
             , VpmConsveratism
@@ -176,7 +176,7 @@
             "\016\016"
             "low/high"
             "\017"
-            "\t"
+        	"\t          "
             "%u"
             "/"
             "%u"
@@ -193,7 +193,7 @@
             "\016\016"
             "low/high"
             "\017"
-            "\t"
+            "\t          "
             "%u"
             "/"
             "%u"
@@ -207,7 +207,7 @@
     {
         textPointer += snprintf(&text[textPointer], 60,\
             "%c"
-            "\t"
+            "\t          "
             "%u"
             "\016\016"
             " %c%c"
@@ -220,6 +220,17 @@
     }
     strcpy(&text[textPointer],"\n\r");
     textPointer += 2;
+    if((line == 0) || (line == 6))
+    {
+    	textPointer+= snprintf(&text[textPointer], 60, "%c%c\t          ",TXT_2BYTE,TXT2BYTE_VpmTable);
+        if(settingsGetPointer()->VPM_conservatism.ub.alternative)
+            text[textPointer++] = '\005';
+        else
+            text[textPointer++] = '\006';
+        text[textPointer] = 0;
+    }
+    strcpy(&text[textPointer],"\n\r");
+    textPointer += 2;
 
     return StMDECOP;
 }