diff src/divemode.inc @ 526:0d1cda9f2d43

BUGFIX: Skip MOD Test for CCR in Sensor modes (OSTC cR and OSTC3 only) CHANGE: Swap positions of ppO2(O2) and ppO2(Dil) in customview 10 on screen. "left = lean" and "right = rich" BUGFIX: A wrong configured gas was suggested as "Better gas" on the configured depth even if this resulted in a ppO2 high or low condition
author heinrichsweikamp
date Sat, 05 Aug 2017 16:50:28 +0200
parents ab20ec12baec
children d36f9fca10ae
line wrap: on
line diff
--- a/src/divemode.inc	Sat Aug 05 15:04:08 2017 +0200
+++ b/src/divemode.inc	Sat Aug 05 16:50:28 2017 +0200
@@ -271,11 +271,11 @@
 ; Title
 #DEFINE    dm_custom_s_check_text_row       dm_customview_row+.1        ; 102
 #DEFINE    dm_custom_s_check_text_column    .50                         ; 50
-#DEFINE    dm_custom_ppO2_text_column       .2                          ; 2
-#DEFINE    dm_custom_ppDil_text_column      .115                        ; 115
+#DEFINE    dm_custom_ppO2_text_column       .115                        ; 115
+#DEFINE    dm_custom_ppDil_text_column      .2				; 2
 ; Value
-#DEFINE    dm_custom_s_check_ppo2_o2_column .8                          ; 8
-#DEFINE    dm_custom_s_check_ppo2_dil_col   .108                        ; 108
+#DEFINE    dm_custom_s_check_ppo2_o2_column .108                        ; 108
+#DEFINE    dm_custom_s_check_ppo2_dil_col   .8				; 8
 #DEFINE    dm_custom_s_check_value_row      dm_customview_row+.18       ; 119
     
 ;******* Custom content / #12 - PSCR Info   *******