# HG changeset patch # User Ideenmodellierer # Date 1673725040 -3600 # Node ID 1dca3bb187d77bb8e83e2194f7c4f6d3a2ce30ab # Parent 8f3a8c85a6c4301fe1081fc4bfb30d8b22c58424 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. diff -r 8f3a8c85a6c4 -r 1dca3bb187d7 Common/Inc/configuration.h --- 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