comparison src/ostc3.inc @ 132:ec0b1e829399

Bugfix: Start dive mode simulator in correct depth
author heinrichsweikamp
date Tue, 08 Jul 2014 11:39:00 +0200
parents c935f7fbd39c
children 9a637c9bb19a
comparison
equal deleted inserted replaced
131:35b9da423de6 132:ec0b1e829399
119 #DEFINE gf_display_high .75 ; [%] 119 #DEFINE gf_display_high .75 ; [%]
120 #DEFINE gf_warning_high .100 ; [%] 120 #DEFINE gf_warning_high .100 ; [%]
121 #DEFINE depth_warn_mbar .13000 ; [mbar] 121 #DEFINE depth_warn_mbar .13000 ; [mbar]
122 #DEFINE wake_up_from_sleep .1160 ; [mbar] 122 #DEFINE wake_up_from_sleep .1160 ; [mbar]
123 #DEFINE gf_display_threshold .20 ; [%] 123 #DEFINE gf_display_threshold .20 ; [%]
124 #DEFINE simulator_start_depth .2500 ; [mbar] + 1000mbar surface
125 #DEFINE simulator_timeout .15 ; [s] 124 #DEFINE simulator_timeout .15 ; [s]
126 125
127 126
128 ; Surface mode limits and thresholds 127 ; Surface mode limits and thresholds
129 #DEFINE cns_display_surface_high .70 ; [%] 128 #DEFINE cns_display_surface_high .70 ; [%]