diff Common/Inc/settings.h @ 973:79b522fbabe6 Evo_2_23

Deactivate deco gas calculation option: In the previous version had the option to consider a deco gas i the calculation or not. Reason for this was to have the automatic gas suggestion available while the deco calculation is still based on the current gas. This might cause a critical situation in case the diver is not sure if the option is active or not => In the new version the TTS / deco is always calculated considering all deco gases.
author Ideenmodellierer
date Sun, 26 Jan 2025 19:31:38 +0100 (8 weeks ago)
parents e9c37071933b
children 22d5b477c903
line wrap: on
line diff
--- a/Common/Inc/settings.h	Sun Jan 19 21:03:42 2025 +0100
+++ b/Common/Inc/settings.h	Sun Jan 26 19:31:38 2025 +0100
@@ -120,7 +120,9 @@
 uint8_t deco:1;
 uint8_t travel:1;
 uint8_t off:1;
+#ifdef ENABLE_DECOCALC_OPTION
 uint8_t decocalc:1;
+#endif
 uint8_t spare:2;
 } gasubit8_t;