comparison Common/Inc/configuration.h @ 857:ba1aebc6d5af Evo_2_23

Developer feature debug warning: The debug warnings are only available to developers who activate the feature via compile switch. After that it is possible to define a condition and a content of a warning which will be shown if a special situation occure (visualized in the main view as already done for other warnings like ppo2). In the first implementation details regarding the error state of the DiveO2 will be shown in case the sensor reports a problem. Feel free to change the implementation in case you want to observe another behavior.
author Ideenmodellierer
date Sun, 05 May 2024 17:27:28 +0200
parents 7e84ae1513b6
children
comparison
equal deleted inserted replaced
856:af035b883382 857:ba1aebc6d5af
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 50
51 /* Enable to have event based warnings being displayed as warning messages when the occure */
52 #define HAVE_DEBUG_WARNINGS
53
51 /* Enable to have access to the motion control selection menu */ 54 /* Enable to have access to the motion control selection menu */
52 /* #define ENABLE_MOTION_CONTROL */ 55 /* #define ENABLE_MOTION_CONTROL */
53 56
54 /* Enable to have option to hide not needed gases from dive views */ 57 /* Enable to have option to hide not needed gases from dive views */
55 /* #define ENABLE_UNUSED_GAS_HIDING */ 58 /* #define ENABLE_UNUSED_GAS_HIDING */