comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 306:ab1678d98e46

some changes for cf defaults
author heinrichsweikamp
date Sat, 30 Apr 2011 20:54:23 +0200
parents 1efd59d689f8
children 2f21f7a77608
comparison
equal deleted inserted replaced
305:77c70898c7aa 306:ab1678d98e46
108 CF_DEFAULT CF_SEC, d'120', d'30', d'240' ; surfloop_timeout 120s 108 CF_DEFAULT CF_SEC, d'120', d'30', d'240' ; surfloop_timeout 120s
109 CF_DEFAULT CF_SEC, d'5', d'1', d'30' ; premenu_timeout 5s 109 CF_DEFAULT CF_SEC, d'5', d'1', d'30' ; premenu_timeout 5s
110 110
111 CF_DEFAULT CF_INT8, d'7', d'3', d'18' ; minimum_velocity 7min/min 111 CF_DEFAULT CF_INT8, d'7', d'3', d'18' ; minimum_velocity 7min/min
112 CF_DEFAULT CF_INT15, d'1160',d'950', 0 ; pressure_offset_divemode 1160mBar 112 CF_DEFAULT CF_INT15, d'1160',d'950', 0 ; pressure_offset_divemode 1160mBar
113 CF_DEFAULT CF_INT15, d'1100',d'1100', 0 ; max_surfpressure 1100mBar 113 CF_DEFAULT CF_INT15, d'1080',d'1080', 0 ; max_surfpressure 1080mBar
114 CF_DEFAULT CF_PERCENT, d'20', d'1', d'99' ; min_gradient_factor 20% 114 CF_DEFAULT CF_PERCENT, d'20', d'1', d'99' ; min_gradient_factor 20%
115 CF_DEFAULT CF_PERCENT, d'20', d'1', d'22' ; oxygen_threshold 22% 115 CF_DEFAULT CF_PERCENT, d'20', d'1', d'22' ; oxygen_threshold 22%
116 116
117 CF_DEFAULT CF_SEC, d'30', d'5', d'30' ; dive_menu_timeout 30s 117 CF_DEFAULT CF_SEC, d'45', d'5', d'60' ; dive_menu_timeout 45s
118 CF_DEFAULT CF_PERCENT, d'110', d'110', d'200' ; saturation_multiplier x1.10 118 CF_DEFAULT CF_PERCENT, d'110', d'110', d'200' ; saturation_multiplier x1.10
119 CF_DEFAULT CF_PERCENT, d'90', d'50', d'90' ; desaturation_multiplier x0.90 119 CF_DEFAULT CF_PERCENT, d'90', d'50', d'90' ; desaturation_multiplier x0.90
120 CF_DEFAULT CF_PERCENT, d'60', d'60', d'100' ; nofly_time_ratio 60% 120 CF_DEFAULT CF_PERCENT, d'60', d'60', d'100' ; nofly_time_ratio 60%
121 CF_DEFAULT CF_PERCENT, d'100', d'50', d'100' ; gradient_factor_alarm1 100% 121 CF_DEFAULT CF_PERCENT, d'100', d'50', d'100' ; gradient_factor_alarm1 100%
122 122
154 CF_DEFAULT CF_BOOL, d'0', 0, 0 ; show_seconds_divemode =1 Show the seconds in Divemode 154 CF_DEFAULT CF_BOOL, d'0', 0, 0 ; show_seconds_divemode =1 Show the seconds in Divemode
155 CF_DEFAULT CF_BOOL, 0, 0, 0 ; Adjust SetPoint if Diluent ppO2 > SetPoint 155 CF_DEFAULT CF_BOOL, 0, 0, 0 ; Adjust SetPoint if Diluent ppO2 > SetPoint
156 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; warn_ceiling_divemode =1 Warn ceiling violation in divemode 156 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; warn_ceiling_divemode =1 Warn ceiling violation in divemode
157 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; Show mix type is surfmode 157 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; Show mix type is surfmode
158 158
159 CF_DEFAULT CF_BOOL, d'0', 0, 0 ; blink_gas_divemode =1 blink better gas 159 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; blink_gas_divemode =1 blink better gas
160 CF_DEFAULT CF_INT15, d'13000', 0, d'13000' ; color_warn_depth_mBar Warn depths 160 CF_DEFAULT CF_INT15, d'13000', 0, d'13000' ; color_warn_depth_mBar Warn depths
161 CF_DEFAULT CF_PERCENT, d'101', d'50', d'101' ; color_warn_cns_percent Warn-% 161 CF_DEFAULT CF_PERCENT, d'101', d'50', d'101' ; color_warn_cns_percent Warn-%
162 CF_DEFAULT CF_PERCENT, d'101', d'50', d'101' ; color_warn_gf_percent Warn-% 162 CF_DEFAULT CF_PERCENT, d'101', d'50', d'101' ; color_warn_gf_percent Warn-%
163 CF_DEFAULT CF_CENTI, d'161', d'100', d'161' ; color_warn_ppo2_cbar ppO2 warn 163 CF_DEFAULT CF_CENTI, d'161', d'100', d'161' ; color_warn_ppo2_cbar ppO2 warn
164 164