comparison Common/Inc/configuration.h @ 883:7755a476f164 Evo_2_23

Added compile switch for predive check menu: The predive check is still in development and not finalized => added compile switch and deactivated access per default.
author Ideenmodellierer
date Sat, 31 Aug 2024 18:14:40 +0200
parents 5b325372db4b
children 1b05a84f6d0f
comparison
equal deleted inserted replaced
882:608d3e918146 883:7755a476f164
76 #define ENABLE_ALTERNATIVE_SENSORTYP 76 #define ENABLE_ALTERNATIVE_SENSORTYP
77 77
78 /* Enable if an external pressure sensor is connected at ADC channel3 (used for sensor verification) */ 78 /* Enable if an external pressure sensor is connected at ADC channel3 (used for sensor verification) */
79 /* #define ENABLE_EXTERNAL_PRESSURE */ 79 /* #define ENABLE_EXTERNAL_PRESSURE */
80 80
81 /* Enable if the menu item predive check shall be available */
82 /* #define ENABLE_PREDIVE_CHECK */
83
81 #endif 84 #endif