diff 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
line wrap: on
line diff
--- a/Common/Inc/configuration.h	Sat Aug 31 17:35:52 2024 +0200
+++ b/Common/Inc/configuration.h	Sat Aug 31 18:14:40 2024 +0200
@@ -78,4 +78,7 @@
 /* Enable if an external pressure sensor is connected at ADC channel3 (used for sensor verification) */
 /* #define ENABLE_EXTERNAL_PRESSURE */
 
+/* Enable if the menu item predive check shall be available */
+/* #define ENABLE_PREDIVE_CHECK */
+
 #endif