comparison Common/Inc/configuration.h @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100 (3 months ago)
parents 12426391edd9
children c317130aaafc
comparison
equal deleted inserted replaced
871:f7318457df4d 981:c6c781a2e85b
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 */
45 /* Enable to activate a menu item in reset menu which provide sample ring analysis / repair functionality */ 45 /* Enable to activate a menu item in reset menu which provide sample ring analysis / repair functionality */
46 /* #define ENABLE_ANALYSE_SAMPLES */ 46 /* #define ENABLE_ANALYSE_SAMPLES */
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
51 /* Enable to have runtime information displayed in t7 debug view */
52 /* #define T7_DEBUG_RUNTIME */
53
54 /* Enable to have event based warnings being displayed as warning messages when they occur */
55 /* #define HAVE_DEBUG_WARNINGS */
50 56
51 /* Enable to have access to the motion control selection menu */ 57 /* Enable to have access to the motion control selection menu */
52 /* #define ENABLE_MOTION_CONTROL */ 58 /* #define ENABLE_MOTION_CONTROL */
53 59
54 /* Enable to have option to hide not needed gases from dive views */ 60 /* Enable to have option to hide not needed gases from dive views */
62 68
63 /* Enable to have PSCR functionality available */ 69 /* Enable to have PSCR functionality available */
64 #define ENABLE_PSCR_MODE 70 #define ENABLE_PSCR_MODE
65 71
66 /* Enable to have CO2 sensor functionality available */ 72 /* Enable to have CO2 sensor functionality available */
67 /* #define ENABLE_CO2_SUPPORT */ 73 #define ENABLE_CO2_SUPPORT
74
75 /* Enable to have GPS sensor functionality available */
76 /* #define ENABLE_GNSS_SUPPORT */
68 77
69 /* Enable to have Sentinel rebreather interface available */ 78 /* Enable to have Sentinel rebreather interface available */
70 /* #define ENABLE_SENTINEL_MODE */ 79 /* #define ENABLE_SENTINEL_MODE */
71 80
72 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ 81 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */
73 #define ENABLE_ALTERNATIVE_SENSORTYP 82 #define ENABLE_ALTERNATIVE_SENSORTYP
74 83
75 /* Enable if an external pressure sensor is connected at ADC channel3 (used for sensor verification) */ 84 /* Enable if an external pressure sensor is connected at ADC channel3 (used for sensor verification) */
76 /* #define ENABLE_EXTERNAL_PRESSURE */ 85 /* #define ENABLE_EXTERNAL_PRESSURE */
77 86
87 /* Enable if the menu item predive check shall be available */
88 /* #define ENABLE_PREDIVE_CHECK */
89
90 /* Enable to have a faster transfer speed between bluetooth module and CPU */
91 #define ENABLE_FAST_COMM
92
93 /* Enable to have position sensor support active */
94 /* #define ENABLE_GPIO_V2 */
95
96 /* Enable RTE sleep mode debugging */
97 /* #define ENABLE_SLEEP_DEBUG */
98
99
78 #endif 100 #endif