Mercurial > public > ostc4
diff Discovery/Inc/tStructure.h @ 654:890440ab993a
Introduced new menu tab for addition CCR options:
The Xtra menu tab was only used in dive mode before. The tab is now enabled in surface mode and provide access to scrubber timer functionality. To enables this infrastructure (structure, multilanguage strings etc.) have been added to the sourcecode.
author | Ideenmodellierer |
---|---|
date | Sun, 25 Apr 2021 20:41:19 +0200 |
parents | 68d95049f11a |
children | f4b553da620a |
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h Sun Apr 25 20:36:18 2021 +0200 +++ b/Discovery/Inc/tStructure.h Sun Apr 25 20:41:19 2021 +0200 @@ -190,9 +190,16 @@ #define StMXTRA _MB(2,4,0,0,0) /* PAGE 4 MENU EDIT */ +/* DIVE MODE */ #define StMXTRA_ResetStopwatch _MB(2,4,1,1,0) #define StMXTRA_CompassHeading _MB(2,4,2,1,0) + /* SURFACE MODE */ + #define StMXTRA_ScrubTimer_Max_Minutes _MB(2,4,1,1,0) + #define StMXTRA_ScrubTimer_Reset _MB(2,4,2,1,0) + #define StMXTRA_ScrubTimer_OP_Mode _MB(2,4,3,1,0) + + /* PAGE 5 */ #define StMDECO _MB(2,5,0,0,0)