diff Discovery/Src/tMenuEditCustom.c @ 542:6960df7ddb09

Added new t3 view showing first deco stop and tts in parallel: TTS and deco stop may already be shown individually. Now also available in one view where TTS is limited to 99minutes (switch to hours) to avoid string overlap.
author Ideenmodellierer
date Sat, 10 Oct 2020 21:02:05 +0200
parents 6fbf7cd391cb
children 531e7818b737
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditCustom.c	Sat Oct 10 18:34:10 2020 +0200
+++ b/Discovery/Src/tMenuEditCustom.c	Sat Oct 10 21:02:05 2020 +0200
@@ -362,6 +362,9 @@
     case CVIEW_T3_DepthData:
     	text = TXT2BYTE_DepthData;
     	break;
+    case CVIEW_T3_DecoTTS:
+    	text = TXT2BYTE_DecoTTS;
+    	break;
     default:
         break;
     }