comparison src/option_table.asm @ 146:d6ad414c7c12

fallback default = 1
author heinrichsweikamp
date Tue, 05 Aug 2014 17:11:48 +0200
parents e3ac5b2021bc
children afa31c815f24
comparison
equal deleted inserted replaced
145:e3ac5b2021bc 146:d6ad414c7c12
190 ; Misc 190 ; Misc
191 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode 191 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode
192 OPTION_UINT8 oPressureAdjust, .0,.255, .0, -1, .147, opt_pressure_adjust ; SIGNED int (-20/+20mbar max.) 192 OPTION_UINT8 oPressureAdjust, .0,.255, .0, -1, .147, opt_pressure_adjust ; SIGNED int (-20/+20mbar max.)
193 OPTION_BOOL oSafetyStop, 0, .148, opt_enable_safetystop ; =1: A safety stop is shown 193 OPTION_BOOL oSafetyStop, 0, .148, opt_enable_safetystop ; =1: A safety stop is shown
194 OPTION_UINT8 oCalGasO2, .21,.100, .21, tPercent, .149, opt_calibration_O2_ratio ; Calibration gas %O2 194 OPTION_UINT8 oCalGasO2, .21,.100, .21, tPercent, .149, opt_calibration_O2_ratio ; Calibration gas %O2
195 OPTION_BOOL oSensorFallback,0, .150, opt_sensor_fallback ; =1: Fallback to SP1 when sensor is lost 195 OPTION_BOOL oSensorFallback,1, .150, opt_sensor_fallback ; =1: Fallback to SP1 when sensor is lost
196 196
197 ;============================================================================= 197 ;=============================================================================
198 ; Set Time/Set Date (RAM only) 198 ; Set Time/Set Date (RAM only)
199 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours 199 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours
200 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins 200 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins