Mercurial > public > ostc4
comparison Common/Inc/configuration.h @ 876:5b325372db4b Evo_2_23
Minor: Enable CO2-Sensor as default now
also enable voltage display in addition to %-Battery
author | heinrichsweikamp |
---|---|
date | Fri, 16 Aug 2024 16:17:51 +0200 |
parents | ba1aebc6d5af |
children | 7755a476f164 |
comparison
equal
deleted
inserted
replaced
875:943918a69836 | 876:5b325372db4b |
---|---|
32 | 32 |
33 /* Enable this for support of optical bottle pressure interface */ | 33 /* Enable this for support of optical bottle pressure interface */ |
34 /* #define ENABLE_BOTTLE_SENSOR */ | 34 /* #define ENABLE_BOTTLE_SENSOR */ |
35 | 35 |
36 /* Enable this to show voltage in parallel to charge state */ | 36 /* Enable this to show voltage in parallel to charge state */ |
37 /* #define ALWAYS_SHOW_VOLTAGE */ | 37 #define ALWAYS_SHOW_VOLTAGE |
38 | 38 |
39 /* Enable this to skip coplete scan of dive log during startup */ | 39 /* Enable this to skip coplete scan of dive log during startup */ |
40 #define TRUST_LOG_CONSISTENCY | 40 #define TRUST_LOG_CONSISTENCY |
41 | 41 |
42 /* Enable this to transfer additional data list last dive ID and last sample index during raw data requests */ | 42 /* Enable this to transfer additional data list last dive ID and last sample index during raw data requests */ |
65 | 65 |
66 /* Enable to have PSCR functionality available */ | 66 /* Enable to have PSCR functionality available */ |
67 #define ENABLE_PSCR_MODE | 67 #define ENABLE_PSCR_MODE |
68 | 68 |
69 /* Enable to have CO2 sensor functionality available */ | 69 /* Enable to have CO2 sensor functionality available */ |
70 /* #define ENABLE_CO2_SUPPORT */ | 70 #define ENABLE_CO2_SUPPORT |
71 | 71 |
72 /* Enable to have Sentinel rebreather interface available */ | 72 /* Enable to have Sentinel rebreather interface available */ |
73 /* #define ENABLE_SENTINEL_MODE */ | 73 /* #define ENABLE_SENTINEL_MODE */ |
74 | 74 |
75 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ | 75 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ |