comparison Discovery/Inc/configuration.h @ 450:b2f8a39c11ea minor_improvments

Added new compile switches for variants: The compile switches should be deactivated per default and only be activated if needed to compile local test software
author ideenmodellierer
date Tue, 24 Mar 2020 21:48:27 +0100
parents f1257a32f2d4
children 05c5c3d10902
comparison
equal deleted inserted replaced
449:91a939915bfa 450:b2f8a39c11ea
30 30
31 /* Enable this to make the simulator write a logbook entry */ 31 /* Enable this to make the simulator write a logbook entry */
32 /* #define SIM_WRITES_LOGBOOK 1 */ 32 /* #define SIM_WRITES_LOGBOOK 1 */
33 33
34 /* Enable this for support of optical bottle pressure interface */ 34 /* Enable this for support of optical bottle pressure interface */
35 #define ENABLE_BOTTLE_SENSOR 35 /* #define ENABLE_BOTTLE_SENSOR */
36
37 /* Enable this to show voltage in parallel to charge state */
38 /* #define ALWAYS_SHOW_VOLTAGE */
39
40 /* Enable this to skip coplete scan of dive log during startup */
41 /* #define TRUST_LOG_CONSISTENCY */
42
43 /* Enable this to reset the profile data by pressing enter within log info menu */
44 /* #define ENABLE_PROFILE_RESET */
36 45
37 #endif 46 #endif