changeset 876:5b325372db4b Evo_2_23 tip

Minor: Enable CO2-Sensor as default now also enable voltage display in addition to %-Battery
author heinrichsweikamp
date Fri, 16 Aug 2024 16:17:51 +0200
parents 943918a69836
children
files Common/Inc/configuration.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Common/Inc/configuration.h	Thu Aug 15 20:44:35 2024 +0200
+++ b/Common/Inc/configuration.h	Fri Aug 16 16:17:51 2024 +0200
@@ -34,7 +34,7 @@
 /* #define ENABLE_BOTTLE_SENSOR */
 
 /* Enable this to show voltage in parallel to charge state */
-/* #define ALWAYS_SHOW_VOLTAGE */
+#define ALWAYS_SHOW_VOLTAGE
 
 /* Enable this to skip coplete scan of dive log during startup */
 #define TRUST_LOG_CONSISTENCY
@@ -67,7 +67,7 @@
 #define ENABLE_PSCR_MODE
 
 /* Enable to have CO2 sensor functionality available */
-/* #define ENABLE_CO2_SUPPORT */
+#define ENABLE_CO2_SUPPORT
 
 /* Enable to have Sentinel rebreather interface available */
 /* #define ENABLE_SENTINEL_MODE */