Mercurial > public > ostc4
comparison Discovery/Inc/configuration.h @ 673:d7c5d592076b Betatest
Show 98% in case of Oxygen as the calibrating gas
See #define O2_CALIB_FRACTION_O2 (0.98F)
author | heinrichsweikamp |
---|---|
date | Wed, 30 Mar 2022 18:00:21 +0200 |
parents | 1b995079c045 |
children |
comparison
equal
deleted
inserted
replaced
666:12d029f38430 | 673:d7c5d592076b |
---|---|
22 /// | 22 /// |
23 /// You should have received a copy of the GNU General Public License | 23 /// You should have received a copy of the GNU General Public License |
24 /// along with this program. If not, see <http://www.gnu.org/licenses/>. | 24 /// along with this program. If not, see <http://www.gnu.org/licenses/>. |
25 ////////////////////////////////////////////////////////////////////////////// | 25 ////////////////////////////////////////////////////////////////////////////// |
26 | 26 |
27 | |
28 #ifndef CONFIGURATION_HEADER | 27 #ifndef CONFIGURATION_HEADER |
29 #define CONFIGURATION_HEADER | 28 #define CONFIGURATION_HEADER |
30 | 29 |
31 /* Enable this to make the simulator write a logbook entry */ | 30 /* Enable this to make the simulator write a logbook entry */ |
32 /* #define SIM_WRITES_LOGBOOK 1 */ | 31 /* #define SIM_WRITES_LOGBOOK 1 */ |
48 | 47 |
49 /* Enable to have access to the debug view options (turn on / off via menu instead of compile switch) */ | 48 /* Enable to have access to the debug view options (turn on / off via menu instead of compile switch) */ |
50 /* #define HAVE_DEBUG_VIEW */ | 49 /* #define HAVE_DEBUG_VIEW */ |
51 | 50 |
52 /* Enable to have access to the motion control selection menu */ | 51 /* Enable to have access to the motion control selection menu */ |
53 /* #define ENABLE_MOTION_CONTROL */ | 52 #define ENABLE_MOTION_CONTROL |
54 | 53 |
55 /* Enable to have option to hide not needed gases from dive views */ | 54 /* Enable to have option to hide not needed gases from dive views */ |
56 /* #define ENABLE_UNUSED_GAS_HIDING */ | 55 /* #define ENABLE_UNUSED_GAS_HIDING */ |
57 | 56 |
58 /* Enable to have the new T3 profile view available */ | 57 /* Enable to have the new T3 profile view available */ |
59 /* #define ENABLE_T3_PROFILE_VIEW */ | 58 #define ENABLE_T3_PROFILE_VIEW |
60 | 59 |
61 /* Enable to have PPO2 adjustments in T3 sensor view during dive simulation */ | 60 /* Enable to have PPO2 adjustments in T3 sensor view during dive simulation */ |
62 /* #define ENABLE_T3_PPO_SIM */ | 61 /* #define ENABLE_T3_PPO_SIM */ |
63 | 62 |
64 /* Enable to have PSCR functionality available */ | 63 /* Enable to have PSCR functionality available */ |
65 /* #define ENABLE_PSCR_MODE */ | 64 #define ENABLE_PSCR_MODE |
66 | 65 |
67 /* Enable to have CO2 sensor functionality available */ | 66 /* Enable to have CO2 sensor functionality available */ |
68 /* #define ENABLE_CO2_SUPPORT */ | 67 /* #define ENABLE_CO2_SUPPORT */ |
69 | 68 |
70 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ | 69 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ |
71 /* #define ENABLE_ALTERNATIVE_SENSORTYP */ | 70 #define ENABLE_ALTERNATIVE_SENSORTYP |
72 | 71 |
73 #endif | 72 #endif |