Mercurial > public > ostc4
comparison Common/Inc/configuration.h @ 692:b052e812277c Betatest
Added compile switch for Sentinel rebreather option
| author | Ideenmodellierer |
|---|---|
| date | Fri, 05 Aug 2022 15:27:01 +0200 |
| parents | 1953cd9145b3 |
| children | 1dca3bb187d7 |
comparison
equal
deleted
inserted
replaced
| 691:52d68cf9994c | 692:b052e812277c |
|---|---|
| 47 | 47 |
| 48 /* 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) */ |
| 49 /* #define HAVE_DEBUG_VIEW */ | 49 /* #define HAVE_DEBUG_VIEW */ |
| 50 | 50 |
| 51 /* Enable to have access to the motion control selection menu */ | 51 /* Enable to have access to the motion control selection menu */ |
| 52 #define ENABLE_MOTION_CONTROL | 52 /* #define ENABLE_MOTION_CONTROL */ |
| 53 | 53 |
| 54 /* 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 */ |
| 55 /* #define ENABLE_UNUSED_GAS_HIDING */ | 55 /* #define ENABLE_UNUSED_GAS_HIDING */ |
| 56 | 56 |
| 57 /* Enable to have the new T3 profile view available */ | 57 /* Enable to have the new T3 profile view 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 */ | |
| 70 /* #define ENABLE_SENTINEL_MODE */ | |
| 71 | |
| 69 /* 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 */ |
| 70 #define ENABLE_ALTERNATIVE_SENSORTYP | 73 #define ENABLE_ALTERNATIVE_SENSORTYP |
| 71 | 74 |
| 72 #endif | 75 #endif |
