Mercurial > public > ostc4
comparison Common/Inc/data_exchange.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 | 5a9bc2e6112d |
children |
comparison
equal
deleted
inserted
replaced
948:abdd72c8b567 | 949:c6b858f2e025 |
---|---|
50 | 50 |
51 #define EXTIF_SENSOR_INFO_SIZE (32u) /* size of data array reserved for extended sensor data from external interface */ | 51 #define EXTIF_SENSOR_INFO_SIZE (32u) /* size of data array reserved for extended sensor data from external interface */ |
52 | 52 |
53 #define CO2_WARNING_LEVEL_PPM (2000u) /* Early warning to indicate unexpected high co2 concentration (yellow) */ | 53 #define CO2_WARNING_LEVEL_PPM (2000u) /* Early warning to indicate unexpected high co2 concentration (yellow) */ |
54 #define CO2_ALARM_LEVEL_PPM (5000u) /* starting by this level CO2 has a negative impact on health (long exposure) */ | 54 #define CO2_ALARM_LEVEL_PPM (5000u) /* starting by this level CO2 has a negative impact on health (long exposure) */ |
55 | |
56 #define GNSS_ALIVE_STATE_ALIVE (0x01u) /* Communication to module active */ | |
57 #define GNSS_ALIVE_STATE_TIME (0x02u) /* Time information valid */ | |
55 | 58 |
56 enum MODE | 59 enum MODE |
57 { | 60 { |
58 MODE_SURFACE = 0, | 61 MODE_SURFACE = 0, |
59 MODE_DIVE = 1, | 62 MODE_DIVE = 1, |