comparison src/options.asm @ 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 53b64c5472e1
children 0fc8113ddf6d
comparison
equal deleted inserted replaced
68:53b64c5472e1 69:50697bd41c54
539 OPTION_UINT8p10 osatmult, .100, .140, .110,tPercent, .14, char_I_saturation_multiplier 539 OPTION_UINT8p10 osatmult, .100, .140, .110,tPercent, .14, char_I_saturation_multiplier
540 OPTION_UINT8p10 odesatmult, .60, .100, .90,tPercent, .15, char_I_desaturation_multiplier 540 OPTION_UINT8p10 odesatmult, .60, .100, .90,tPercent, .15, char_I_desaturation_multiplier
541 OPTION_UINT8p10 oPPO2Min, .16, ppo2_warning_low, .19, 0, .16, opt_ppO2_min 541 OPTION_UINT8p10 oPPO2Min, .16, ppo2_warning_low, .19, 0, .16, opt_ppO2_min
542 OPTION_UINT8 oaGF_low, .60, .100, .60, tPercent, .17, opt_aGF_low 542 OPTION_UINT8 oaGF_low, .60, .100, .60, tPercent, .17, opt_aGF_low
543 OPTION_UINT8 oaGF_high, .70, .120, .85, tPercent, .18, opt_aGF_high 543 OPTION_UINT8 oaGF_high, .70, .120, .85, tPercent, .18, opt_aGF_high
544 OPTION_BOOL oEnable_aGF, 1, .19, opt_enable_aGF ; =1: aGF can be selected underwater 544 OPTION_BOOL oEnable_aGF, 0, .19, opt_enable_aGF ; =1: aGF can be selected underwater
545 OPTION_UINT8 oCompassGain, 0, 7, 6, tcharx, .20, opt_compass_gain ; 0-7 (230LSB/Gauss to 1370LSB/Gaus) 545 OPTION_UINT8 oCompassGain, 0, 7, 6, tcharx, .20, opt_compass_gain ; 0-7 (230LSB/Gauss to 1370LSB/Gaus)
546 OPTION_ENUM8 oSamplingRate, 2, 0, tSampling2s, .21, opt_sampling_rate ; =1: 10s, =0: 2s 546 OPTION_ENUM8 oSamplingRate, 2, 0, tSampling2s, .21, opt_sampling_rate ; =1: 10s, =0: 2s
547 547
548 ;============================================================================= 548 ;=============================================================================
549 ; Managing Settings 549 ; Managing Settings
550 extern char_I_extra_time 550 extern char_I_extra_time
551 OPTION_UINT8 oExtraTime, 0, .9, 5,tMinutes, .22, char_I_extra_time 551 OPTION_UINT8 oExtraTime, 0, .9, 0,tMinutes, .22, char_I_extra_time
552 OPTION_ENUM8 oBrightness, 3, 0, tEco, .23, opt_brightness 552 OPTION_ENUM8 oBrightness, 3, 0, tEco, .23, opt_brightness
553 OPTION_UINT8 oDiveSalinity, 0, 4, 0, tPercent, .24, opt_salinity 553 OPTION_UINT8 oDiveSalinity, 0, 4, 0, tPercent, .24, opt_salinity
554 OPTION_ENUM8 oCCRMode, 2, 0, tCCRModeFixedSP, .25, opt_ccr_mode 554 OPTION_ENUM8 oCCRMode, 2, 0, tCCRModeFixedSP, .25, opt_ccr_mode
555 extern tDefName 555 extern tDefName
556 OPTION_ENUM8 oLanguage, 4, 0, tEnglish, .26, opt_language 556 OPTION_ENUM8 oLanguage, 4, 0, tEnglish, .26, opt_language