Mercurial > public > ostc4
changeset 727:1dca3bb187d7
Enabled CO2 support for beta test phase:
The CO2 sensor protocol is now aktivated for the beta phase. depending on the test results the switch may be deactiovated again for the next stable version.
author | Ideenmodellierer |
---|---|
date | Sat, 14 Jan 2023 20:37:20 +0100 |
parents | 8f3a8c85a6c4 |
children | 5143e927219f |
files | Common/Inc/configuration.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Common/Inc/configuration.h Sat Jan 14 20:35:40 2023 +0100 +++ b/Common/Inc/configuration.h Sat Jan 14 20:37:20 2023 +0100 @@ -64,7 +64,7 @@ #define ENABLE_PSCR_MODE /* Enable to have CO2 sensor functionality available */ -/* #define ENABLE_CO2_SUPPORT */ +#define ENABLE_CO2_SUPPORT /* Enable to have Sentinel rebreather interface available */ /* #define ENABLE_SENTINEL_MODE */ @@ -72,4 +72,7 @@ /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ #define ENABLE_ALTERNATIVE_SENSORTYP +/* Enable if an external pressure sensor is connected at ADC channel3 (used for sensor verification) */ +/* #define ENABLE_EXTERNAL_PRESSURE */ + #endif