comparison 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
comparison
equal deleted inserted replaced
68:53b64c5472e1 69:50697bd41c54
94 94
95 ; "Better Gas" behavior 95 ; "Better Gas" behavior
96 ; better_gas_window <= minimum_change_depth ! 96 ; better_gas_window <= minimum_change_depth !
97 ; minimum_change_depth >=5 ! 97 ; minimum_change_depth >=5 !
98 #DEFINE minimum_change_depth .3 ; [m] 98 #DEFINE minimum_change_depth .3 ; [m]
99 #DEFINE better_gas_window .3 ; [m] 99 #DEFINE better_gas_window_neg .3 ; [m] (Depth above change depth)
100 #DEFINE better_gas_window_pos .1 ; [m] (Depth below change depth, if ppO2<opt_ppO2_max)
100 101
101 ; Dive mode limits and thresholds 102 ; Dive mode limits and thresholds
102 #DEFINE start_dive_threshold .100 ; [cm] 103 #DEFINE start_dive_threshold .100 ; [cm]
103 #DEFINE high_altitude_dive_threshold .300;[cm] 104 #DEFINE high_altitude_dive_threshold .300;[cm]
104 #DEFINE apnoe_timeout .15 ; [min] 105 #DEFINE apnoe_timeout .15 ; [min]
168 #DEFINE ambient_light_max_high_36V .175 ; When used with a 3,6V battery 169 #DEFINE ambient_light_max_high_36V .175 ; When used with a 3,6V battery
169 #DEFINE ambient_light_max_high .150 170 #DEFINE ambient_light_max_high .150
170 #DEFINE ambient_light_min_high .40 171 #DEFINE ambient_light_min_high .40
171 #DEFINE ambient_light_max_medium .135 172 #DEFINE ambient_light_max_medium .135
172 #DEFINE ambient_light_min_medium .30 173 #DEFINE ambient_light_min_medium .30
173 #DEFINE ambient_light_max_eco .100 174 #DEFINE ambient_light_max_eco .90
174 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value! 175 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value!
175 176
176 ; IR Link timeout 177 ; IR Link timeout
177 #DEFINE ir_timeout_value .48 ; multiples of 62,5ms 178 #DEFINE ir_timeout_value .48 ; multiples of 62,5ms
178 179