diff Discovery/Inc/configuration.h @ 526:88c626d01ee5

Added new option to gas configuration: "Off": Added strings and menu definitions needed to implement new state. The new state may be activated in code using the compile switch "ENABLE_UNUSED_GAS_HIDING"
author Ideenmodellierer
date Sun, 13 Sep 2020 20:55:54 +0200
parents 7512804bc6cf
children 02e7e11fdbe8
line wrap: on
line diff
--- a/Discovery/Inc/configuration.h	Sun Sep 13 20:49:58 2020 +0200
+++ b/Discovery/Inc/configuration.h	Sun Sep 13 20:55:54 2020 +0200
@@ -52,4 +52,6 @@
 /* Enable to have access to the motion control selection menu */
 /* #define ENABLE_MOTION_CONTROL */
 
+/* Enable to have option to hide not needed gases from dive views */
+/* #define ENABLE_UNUSED_GAS_HIDING */
 #endif