Mercurial > public > ostc4
comparison Common/Inc/configuration.h @ 1000:c386ae6635e4 GasConsumption
Improve GNSS operation:
during OSTC 4/5 code merge a problem with the wakeup of the gnss module showed up which has been fixed with the new verion. In addition a compile switch has been added which activated the synchronization of time between OSTC and gnss module. This my cause problems if the time is not accurate => deactivated at the moment.
| author | Ideenmodellierer |
|---|---|
| date | Mon, 28 Apr 2025 19:51:36 +0200 |
| parents | c317130aaafc |
| children | 3bcf592e9cc9 |
comparison
equal
deleted
inserted
replaced
| 999:ac25c35a3c97 | 1000:c386ae6635e4 |
|---|---|
| 71 | 71 |
| 72 /* Enable to have CO2 sensor functionality available */ | 72 /* Enable to have CO2 sensor functionality available */ |
| 73 #define ENABLE_CO2_SUPPORT | 73 #define ENABLE_CO2_SUPPORT |
| 74 | 74 |
| 75 /* Enable to have external GPS sensor functionality available */ | 75 /* Enable to have external GPS sensor functionality available */ |
| 76 /* #define ENABLE_GNSS_EXTERN */ | 76 /*#define ENABLE_GNSS_EXTERN*/ |
| 77 | 77 |
| 78 /* Enable to have internal (OSTC5) GPS sensor functionality available */ | 78 /* Enable to have internal (OSTC5) GPS sensor functionality available */ |
| 79 #define ENABLE_GNSS_INTERN | 79 #define ENABLE_GNSS_INTERN |
| 80 | |
| 81 /* Enable to provide UTC time to GNSS module at startup. ! CAUTION ! Incorrect time will reduce performance of module */ | |
| 82 /* #define ENABLE_GNSS_TIME_INIT */ | |
| 80 | 83 |
| 81 /* Enable to have Sentinel rebreather interface available */ | 84 /* Enable to have Sentinel rebreather interface available */ |
| 82 /* #define ENABLE_SENTINEL_MODE */ | 85 /* #define ENABLE_SENTINEL_MODE */ |
| 83 | 86 |
| 84 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ | 87 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ |
