# HG changeset patch # User heinrichsweikamp # Date 1723817871 -7200 # Node ID 5b325372db4b6c6d57ee47db20fb332b91159d70 # Parent 943918a6983670b8e1439d6f334b8179f46b2a22 Minor: Enable CO2-Sensor as default now also enable voltage display in addition to %-Battery diff -r 943918a69836 -r 5b325372db4b Common/Inc/configuration.h --- 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 */