comparison src/options.asm @ 113:f3062a611eef

Merge
author heinrichsweikamp
date Mon, 23 Jun 2014 16:14:33 +0200
parents d39493c786a2
children 939f1e83c4c2
comparison
equal deleted inserted replaced
112:a24581f0b372 113:f3062a611eef
630 OPTION_STRING oName, opt_name_length, tDefName, .85, opt_name 630 OPTION_STRING oName, opt_name_length, tDefName, .85, opt_name
631 ; opt_name from 85 to 145 631 ; opt_name from 85 to 145
632 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode 632 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode
633 OPTION_UINT8 oPressureAdjust, .0,.255, .0, -1, .147, opt_pressure_adjust ; SIGNED int (-20/+20mbar max.) 633 OPTION_UINT8 oPressureAdjust, .0,.255, .0, -1, .147, opt_pressure_adjust ; SIGNED int (-20/+20mbar max.)
634 OPTION_BOOL oSafetyStop, 0, .148, opt_enable_safetystop ; =1: A safety stop is shown 634 OPTION_BOOL oSafetyStop, 0, .148, opt_enable_safetystop ; =1: A safety stop is shown
635 OPTION_UINT8 oCalGasO2, .21,.100, .21, tPercent, .149, opt_calibration_O2_ratio ; Calibration gas %O2
635 636
636 ; Set Time/Set Date 637 ; Set Time/Set Date
637 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours 638 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours
638 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins 639 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins
639 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day 640 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day