Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
541:6fbf7cd391cb | 542:6960df7ddb09 |
---|---|
360 text = TXT2BYTE_Navigation; | 360 text = TXT2BYTE_Navigation; |
361 break; | 361 break; |
362 case CVIEW_T3_DepthData: | 362 case CVIEW_T3_DepthData: |
363 text = TXT2BYTE_DepthData; | 363 text = TXT2BYTE_DepthData; |
364 break; | 364 break; |
365 case CVIEW_T3_DecoTTS: | |
366 text = TXT2BYTE_DecoTTS; | |
367 break; | |
365 default: | 368 default: |
366 break; | 369 break; |
367 } | 370 } |
368 return text; | 371 return text; |
369 } | 372 } |