Mercurial > public > ostc4
diff Common/Inc/configuration.h @ 981:c6c781a2e85b default
Merge into default
author | heinrichsweikamp |
---|---|
date | Tue, 11 Feb 2025 18:12:00 +0100 (2 months ago) |
parents | 12426391edd9 |
children | c317130aaafc |
line wrap: on
line diff
--- a/Common/Inc/configuration.h Tue Aug 13 13:24:54 2024 +0200 +++ b/Common/Inc/configuration.h Tue Feb 11 18:12:00 2025 +0100 @@ -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 @@ -48,6 +48,12 @@ /* Enable to have access to the debug view options (turn on / off via menu instead of compile switch) */ /* #define HAVE_DEBUG_VIEW */ +/* Enable to have runtime information displayed in t7 debug view */ +/* #define T7_DEBUG_RUNTIME */ + +/* Enable to have event based warnings being displayed as warning messages when they occur */ +/* #define HAVE_DEBUG_WARNINGS */ + /* Enable to have access to the motion control selection menu */ /* #define ENABLE_MOTION_CONTROL */ @@ -64,7 +70,10 @@ #define ENABLE_PSCR_MODE /* Enable to have CO2 sensor functionality available */ -/* #define ENABLE_CO2_SUPPORT */ +#define ENABLE_CO2_SUPPORT + +/* Enable to have GPS sensor functionality available */ +/* #define ENABLE_GNSS_SUPPORT */ /* Enable to have Sentinel rebreather interface available */ /* #define ENABLE_SENTINEL_MODE */ @@ -75,4 +84,17 @@ /* 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 */ + +/* Enable to have a faster transfer speed between bluetooth module and CPU */ +#define ENABLE_FAST_COMM + +/* Enable to have position sensor support active */ +/* #define ENABLE_GPIO_V2 */ + +/* Enable RTE sleep mode debugging */ +/* #define ENABLE_SLEEP_DEBUG */ + + #endif