comparison Discovery/Inc/tStructure.h @ 774:6169309d6eb9

more menu items for the compass menu: Delete bearing, and reset to land based bearing. I have also re-enabled the real time bearing display in the menu - makes it easier to set the correct bearing. (mikeller)
author heinrichsweikamp
date Wed, 10 May 2023 16:25:39 +0200
parents 2c243233c999
children 46c6d2380d4e
comparison
equal deleted inserted replaced
773:2c243233c999 774:6169309d6eb9
193 193
194 /* PAGE 4 MENU EDIT */ 194 /* PAGE 4 MENU EDIT */
195 /* DIVE MODE */ 195 /* DIVE MODE */
196 #define StMXTRA_ResetStopwatch _MB(2,4,1,1,0) 196 #define StMXTRA_ResetStopwatch _MB(2,4,1,1,0)
197 #define StMXTRA_CompassHeading _MB(2,4,2,1,0) 197 #define StMXTRA_CompassHeading _MB(2,4,2,1,0)
198 #define StMXTRA_CompassHeadingClear _MB(2,4,2,2,0)
199 #define StMXTRA_CompassHeadingReset _MB(2,4,2,3,0)
198 200
199 /* SURFACE MODE */ 201 /* SURFACE MODE */
200 202
201 #define StMXTRA_CCRmode _MB(2,4,1,1,0) 203 #define StMXTRA_CCRmode _MB(2,4,1,1,0)
202 #define StMXTRA_O2_Fallback _MB(2,4,2,1,0) 204 #define StMXTRA_O2_Fallback _MB(2,4,2,1,0)