Mercurial > public > hwos_code
comparison src/options.asm @ 92:7ca1105751c7
add sensor calibration option (PC only), some cleanup
author | heinrichsweikamp |
---|---|
date | Wed, 16 Apr 2014 22:31:09 +0200 |
parents | 0fc8113ddf6d |
children | 5e1ef9bf32ec |
comparison
equal
deleted
inserted
replaced
91:917393caf559 | 92:7ca1105751c7 |
---|---|
616 OPTION_UINT8 oDil3Depth, .0, .100, .0, tMeters, .82, char_I_dil_change+2 | 616 OPTION_UINT8 oDil3Depth, .0, .100, .0, tMeters, .82, char_I_dil_change+2 |
617 OPTION_UINT8 oDil4Depth, .0, .100, .0, tMeters, .83, char_I_dil_change+3 | 617 OPTION_UINT8 oDil4Depth, .0, .100, .0, tMeters, .83, char_I_dil_change+3 |
618 OPTION_UINT8 oDil5Depth, .0, .100, .0, tMeters, .84, char_I_dil_change+4 | 618 OPTION_UINT8 oDil5Depth, .0, .100, .0, tMeters, .84, char_I_dil_change+4 |
619 OPTION_STRING oName, opt_name_length, tDefName, .85, opt_name | 619 OPTION_STRING oName, opt_name_length, tDefName, .85, opt_name |
620 ; opt_name from 85 to 145 | 620 ; opt_name from 85 to 145 |
621 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode | 621 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode |
622 OPTION_UINT8 oPressureAdjust, .0,.255, .0, -1, .147, opt_pressure_adjust ; SIGNED int (-20/+20mbar max.) | |
622 | 623 |
623 ; Set Time/Set Date | 624 ; Set Time/Set Date |
624 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours | 625 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours |
625 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins | 626 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins |
626 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day | 627 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day |