Mercurial > public > ostc4
diff Common/Inc/data_exchange.h @ 949:c6b858f2e025 Evo_2_23
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 |
line wrap: on
line diff
--- a/Common/Inc/data_exchange.h Sun Dec 22 21:15:05 2024 +0100 +++ b/Common/Inc/data_exchange.h Sun Dec 22 21:19:21 2024 +0100 @@ -53,6 +53,9 @@ #define CO2_WARNING_LEVEL_PPM (2000u) /* Early warning to indicate unexpected high co2 concentration (yellow) */ #define CO2_ALARM_LEVEL_PPM (5000u) /* starting by this level CO2 has a negative impact on health (long exposure) */ +#define GNSS_ALIVE_STATE_ALIVE (0x01u) /* Communication to module active */ +#define GNSS_ALIVE_STATE_TIME (0x02u) /* Time information valid */ + enum MODE { MODE_SURFACE = 0,