changeset 614:7d6a51bb21d1

Added "Set Marker" to T3 quick menu: It is now possible to set a marker while in T?_Profile view using the quick menu access. Because the the string, which is used in the dive menu, is to long, a shorter string had to be added.
author Ideenmodellierer
date Wed, 20 Jan 2021 20:05:05 +0100
parents beeb23d18443
children 556df4a8f418
files Discovery/Inc/tStructure.h Discovery/Inc/text_multilanguage.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h	Fri Jan 15 21:33:07 2021 +0100
+++ b/Discovery/Inc/tStructure.h	Wed Jan 20 20:05:05 2021 +0100
@@ -97,6 +97,7 @@
 #define StDBEAR	_MB(1,2,8,0,0)
 #define StDRAVG	_MB(1,2,9,0,0)
 #define StDQUIT	_MB(1,2,10,0,0)
+#define StDMARK	_MB(1,2,11,0,0)
 
 
 #define StUART_STANDARD		_MB(3,1,0,0,0)
--- a/Discovery/Inc/text_multilanguage.h	Fri Jan 15 21:33:07 2021 +0100
+++ b/Discovery/Inc/text_multilanguage.h	Wed Jan 20 20:05:05 2021 +0100
@@ -166,6 +166,7 @@
 		/* */
 		TXT2BYTE_ResetStopwatch,
 		TXT2BYTE_SetMarker,
+		TXT2BYTE_SetMarkerShort,
 		TXT2BYTE_CompassHeading,
 		TXT2BYTE_CalibView,
 		TXT2BYTE_EndDiveMode,