Mercurial > public > hwos_code
comparison 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 |
comparison
equal
deleted
inserted
replaced
525:00df86a5ac01 | 526:0d1cda9f2d43 |
---|---|
269 | 269 |
270 ;******* Custom content / #10 - Sensor check view ******* | 270 ;******* Custom content / #10 - Sensor check view ******* |
271 ; Title | 271 ; Title |
272 #DEFINE dm_custom_s_check_text_row dm_customview_row+.1 ; 102 | 272 #DEFINE dm_custom_s_check_text_row dm_customview_row+.1 ; 102 |
273 #DEFINE dm_custom_s_check_text_column .50 ; 50 | 273 #DEFINE dm_custom_s_check_text_column .50 ; 50 |
274 #DEFINE dm_custom_ppO2_text_column .2 ; 2 | 274 #DEFINE dm_custom_ppO2_text_column .115 ; 115 |
275 #DEFINE dm_custom_ppDil_text_column .115 ; 115 | 275 #DEFINE dm_custom_ppDil_text_column .2 ; 2 |
276 ; Value | 276 ; Value |
277 #DEFINE dm_custom_s_check_ppo2_o2_column .8 ; 8 | 277 #DEFINE dm_custom_s_check_ppo2_o2_column .108 ; 108 |
278 #DEFINE dm_custom_s_check_ppo2_dil_col .108 ; 108 | 278 #DEFINE dm_custom_s_check_ppo2_dil_col .8 ; 8 |
279 #DEFINE dm_custom_s_check_value_row dm_customview_row+.18 ; 119 | 279 #DEFINE dm_custom_s_check_value_row dm_customview_row+.18 ; 119 |
280 | 280 |
281 ;******* Custom content / #12 - PSCR Info ******* | 281 ;******* Custom content / #12 - PSCR Info ******* |
282 ; Title | 282 ; Title |
283 #DEFINE dm_custom_pscr_text_row dm_customview_row+.1 ; 102 | 283 #DEFINE dm_custom_pscr_text_row dm_customview_row+.1 ; 102 |