Mercurial > public > hwos_code
comparison src/option_table.asm @ 344:1e342e433839
CHANGE: GF and aGF high range increased to 45-110%
Flow control test
author | heinrichsweikamp |
---|---|
date | Mon, 20 Jul 2015 15:04:13 +0200 |
parents | 34e2f5bdc5a2 |
children | 9a1c275077b0 |
comparison
equal
deleted
inserted
replaced
343:34e2f5bdc5a2 | 344:1e342e433839 |
---|---|
99 OPTION_ENUM8 oDiveMode, 4, 0, tDvOC, .8, opt_dive_mode ; 0=OC, 1=CC, 2=Gauge, 3=Apnea | 99 OPTION_ENUM8 oDiveMode, 4, 0, tDvOC, .8, opt_dive_mode ; 0=OC, 1=CC, 2=Gauge, 3=Apnea |
100 OPTION_ENUM8 oDecoMode, 2, 1, tZHL16, .9, char_I_deco_model ; 0 = ZH-L16, 1 = ZH-L16-GF | 100 OPTION_ENUM8 oDecoMode, 2, 1, tZHL16, .9, char_I_deco_model ; 0 = ZH-L16, 1 = ZH-L16-GF |
101 OPTION_UINT8p10 oPPO2Max, .120, ppo2_warning_high, .160, 0, .10, opt_ppO2_max | 101 OPTION_UINT8p10 oPPO2Max, .120, ppo2_warning_high, .160, 0, .10, opt_ppO2_max |
102 OPTION_UINT8 oLastDeco, .3, .6, .3, tMeters, .11, opt_last_stop | 102 OPTION_UINT8 oLastDeco, .3, .6, .3, tMeters, .11, opt_last_stop |
103 OPTION_UINT8 oGF_low, .10, .100, .30, tPercent, .12, opt_GF_low | 103 OPTION_UINT8 oGF_low, .10, .100, .30, tPercent, .12, opt_GF_low |
104 OPTION_UINT8 oGF_high, .60, .110, .85, tPercent, .13, opt_GF_high | 104 OPTION_UINT8 oGF_high, .45, .110, .85, tPercent, .13, opt_GF_high |
105 OPTION_UINT8p10 osatmult, .100, .140, .110,tPercent, .14, char_I_saturation_multiplier | 105 OPTION_UINT8p10 osatmult, .100, .140, .110,tPercent, .14, char_I_saturation_multiplier |
106 OPTION_UINT8p10 odesatmult, .60, .100, .90,tPercent, .15, char_I_desaturation_multiplier | 106 OPTION_UINT8p10 odesatmult, .60, .100, .90,tPercent, .15, char_I_desaturation_multiplier |
107 OPTION_UINT8p10 oPPO2Min, .16, ppo2_warning_low, .19, 0, .16, opt_ppO2_min | 107 OPTION_UINT8p10 oPPO2Min, .16, ppo2_warning_low, .19, 0, .16, opt_ppO2_min |
108 OPTION_UINT8 oaGF_low, .10, .100, .30, tPercent, .17, opt_aGF_low | 108 OPTION_UINT8 oaGF_low, .10, .100, .30, tPercent, .17, opt_aGF_low |
109 OPTION_UINT8 oaGF_high, .60, .110, .85, tPercent, .18, opt_aGF_high | 109 OPTION_UINT8 oaGF_high, .45, .110, .85, tPercent, .18, opt_aGF_high |
110 OPTION_BOOL oEnable_aGF, 0, .19, opt_enable_aGF ; =1: aGF can be selected underwater | 110 OPTION_BOOL oEnable_aGF, 0, .19, opt_enable_aGF ; =1: aGF can be selected underwater |
111 OPTION_UINT8 oCompassGain, 0, 7, 6, tMinutes, .20, opt_compass_gain ; 0-7 (230LSB/Gauss to 1370LSB/Gauss) | 111 OPTION_UINT8 oCompassGain, 0, 7, 6, tMinutes, .20, opt_compass_gain ; 0-7 (230LSB/Gauss to 1370LSB/Gauss) |
112 OPTION_ENUM8 oSamplingRate, 2, 0, tSampling2s, .21, opt_sampling_rate ; =1: 10s, =0: 2s | 112 OPTION_ENUM8 oSamplingRate, 2, 0, tSampling2s, .21, opt_sampling_rate ; =1: 10s, =0: 2s |
113 | 113 |
114 ;============================================================================= | 114 ;============================================================================= |