comparison Common/Inc/configuration.h @ 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 b052e812277c
children 7e84ae1513b6
comparison
equal deleted inserted replaced
726:8f3a8c85a6c4 727:1dca3bb187d7
62 62
63 /* Enable to have PSCR functionality available */ 63 /* Enable to have PSCR functionality available */
64 #define ENABLE_PSCR_MODE 64 #define ENABLE_PSCR_MODE
65 65
66 /* Enable to have CO2 sensor functionality available */ 66 /* Enable to have CO2 sensor functionality available */
67 /* #define ENABLE_CO2_SUPPORT */ 67 #define ENABLE_CO2_SUPPORT
68 68
69 /* Enable to have Sentinel rebreather interface available */ 69 /* Enable to have Sentinel rebreather interface available */
70 /* #define ENABLE_SENTINEL_MODE */ 70 /* #define ENABLE_SENTINEL_MODE */
71 71
72 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ 72 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */
73 #define ENABLE_ALTERNATIVE_SENSORTYP 73 #define ENABLE_ALTERNATIVE_SENSORTYP
74 74
75 /* Enable if an external pressure sensor is connected at ADC channel3 (used for sensor verification) */
76 /* #define ENABLE_EXTERNAL_PRESSURE */
77
75 #endif 78 #endif