Mercurial > public > ostc4
comparison Common/Inc/settings.h @ 949:c6b858f2e025 Evo_2_23 tip
GNSS UTC in Date-Time menu:
The UTC time provided by the gnss module is not shown in the date-time settings menu. If a valid time signal is available then the OSTC RTC may be set to it by selecting the UTC menu entry. The time zone has to be selected manually. This is possible using a separate edit line.
author | Ideenmodellierer |
---|---|
date | Sun, 22 Dec 2024 21:19:21 +0100 |
parents | 608d3e918146 |
children |
comparison
equal
deleted
inserted
replaced
948:abdd72c8b567 | 949:c6b858f2e025 |
---|---|
181 typedef struct | 181 typedef struct |
182 { | 182 { |
183 uint8_t FirstCorrection; | 183 uint8_t FirstCorrection; |
184 uint8_t Corrections; | 184 uint8_t Corrections; |
185 } SSettingsStatus; | 185 } SSettingsStatus; |
186 | |
187 | |
188 typedef struct | |
189 { | |
190 int8_t hours; | |
191 uint8_t minutes; | |
192 } StimeZone; | |
193 | |
186 | 194 |
187 /* SSettings | 195 /* SSettings |
188 * gas[0] and setpoint[0] are the special ones configurable during the dive | 196 * gas[0] and setpoint[0] are the special ones configurable during the dive |
189 */ | 197 */ |
190 typedef struct | 198 typedef struct |
312 uint16_t scrubTimerCur_Obsolete; /* have been replaced with new scrubber data format */ | 320 uint16_t scrubTimerCur_Obsolete; /* have been replaced with new scrubber data format */ |
313 uint8_t scrubTimerMode; | 321 uint8_t scrubTimerMode; |
314 uint8_t ext_sensor_map[8]; /* redefined in 0xFFFF0027 */ | 322 uint8_t ext_sensor_map[8]; /* redefined in 0xFFFF0027 */ |
315 uint8_t cvAutofocus; | 323 uint8_t cvAutofocus; |
316 uint8_t slowExitTime; | 324 uint8_t slowExitTime; |
325 /* new in 0xFFFF002c */ | |
326 StimeZone timeZone; | |
317 } SSettings; | 327 } SSettings; |
318 | 328 |
319 typedef struct | 329 typedef struct |
320 { | 330 { |
321 // 8 bytes | 331 // 8 bytes |