comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 105:64109f6fb3d1

added END to GasSetup, small fixes
author heinrichsweikamp
date Sun, 19 Dec 2010 14:27:30 +0100
parents db4a20b413df
children 50a06adabc67
comparison
equal deleted inserted replaced
104:2a2606e9db5f 105:64109f6fb3d1
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'1100',d'1100', 0 ; max_surfpressure 1100mBar
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'20' ; oxygen_threshold 20% 115 CF_DEFAULT CF_PERCENT, d'20', d'1', d'20' ; oxygen_threshold 20%
116 116
117 CF_DEFAULT CF_SEC, d'30', d'5', d'30' ; dive_menu_timeout 30s 117 CF_DEFAULT CF_SEC, d'30', d'5', d'30' ; dive_menu_timeout 30s
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
123 CF_DEFAULT CF_PERCENT, d'10', d'01', d'100' ; cns_display_surface 10% 123 CF_DEFAULT CF_PERCENT, d'10', d'0', d'100' ; cns_display_surface 10%
124 CF_DEFAULT CF_DECI, d'10', d'0', d'10' ; deco_distance_for_sim 1m 124 CF_DEFAULT CF_DECI, d'10', d'0', d'10' ; deco_distance_for_sim 1m
125 CF_DEFAULT CF_CENTI, d'019', d'019', d'021' ; ppo2_warning_low 0.19 Bar 125 CF_DEFAULT CF_CENTI, d'019', d'19', d'021' ; ppo2_warning_low 0.19 Bar
126 CF_DEFAULT CF_CENTI, d'160', d'100', d'160' ; ppo2_warning_high 1.60 Bar 126 CF_DEFAULT CF_CENTI, d'160', d'0', d'160' ; ppo2_warning_high 1.60 Bar
127 CF_DEFAULT CF_CENTI, d'150', d'100', d'150' ; ppo2_display_high 1.50 Bar 127 CF_DEFAULT CF_CENTI, d'150', d'0', d'150' ; ppo2_display_high 1.50 Bar
128 128
129 CF_DEFAULT CF_INT8, d'10', d'1', d'120' ; sampling_rate 10s 129 CF_DEFAULT CF_INT8, d'10', d'1', d'120' ; sampling_rate 10s
130 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_temp /6 130 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_temp /6
131 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_deco /6 131 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_deco /6
132 CF_DEFAULT CF_INT8, d'0', d'0', d'15' ; sampling_divisor_tank never 132 CF_DEFAULT CF_INT8, d'0', d'0', d'15' ; sampling_divisor_tank never
133 CF_DEFAULT CF_INT8, d'0', d'0', d'15' ; sampling_divisor_ppo2 never 133 CF_DEFAULT CF_INT8, d'0', d'0', d'15' ; sampling_divisor_ppo2 never
134 134