Mercurial > public > hwos_code
diff src/ostc3.inc @ 69:50697bd41c54
+CHANGE: Some French Translations
+CHANGE: Default Future TTS=0 (Disabled)
+NEW: Expand "gas change window" up to 1m below programmed
+ change depth (If ppO2 within user-set max. threshold)
+BUGFIX: Intermittent USB connection on MAC
author | heinrichsweikamp |
---|---|
date | Sun, 02 Feb 2014 20:19:53 +0100 |
parents | 00636132cca6 |
children | 4f83366fb943 |
line wrap: on
line diff
--- a/src/ostc3.inc Sat Feb 01 15:31:30 2014 +0100 +++ b/src/ostc3.inc Sun Feb 02 20:19:53 2014 +0100 @@ -96,7 +96,8 @@ ; better_gas_window <= minimum_change_depth ! ; minimum_change_depth >=5 ! #DEFINE minimum_change_depth .3 ; [m] -#DEFINE better_gas_window .3 ; [m] +#DEFINE better_gas_window_neg .3 ; [m] (Depth above change depth) +#DEFINE better_gas_window_pos .1 ; [m] (Depth below change depth, if ppO2<opt_ppO2_max) ; Dive mode limits and thresholds #DEFINE start_dive_threshold .100 ; [cm] @@ -170,7 +171,7 @@ #DEFINE ambient_light_min_high .40 #DEFINE ambient_light_max_medium .135 #DEFINE ambient_light_min_medium .30 -#DEFINE ambient_light_max_eco .100 +#DEFINE ambient_light_max_eco .90 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value! ; IR Link timeout