Mercurial > public > hwos_code
comparison src/option_table.asm @ 145:e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
author | heinrichsweikamp |
---|---|
date | Tue, 05 Aug 2014 16:55:09 +0200 |
parents | b839972db982 |
children | d6ad414c7c12 |
comparison
equal
deleted
inserted
replaced
144:b839972db982 | 145:e3ac5b2021bc |
---|---|
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 | 196 |
196 ;============================================================================= | 197 ;============================================================================= |
197 ; Set Time/Set Date (RAM only) | 198 ; Set Time/Set Date (RAM only) |
198 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours | 199 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours |
199 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins | 200 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins |