diff 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
line wrap: on
line diff
--- a/src/options.asm	Tue Apr 15 15:08:16 2014 +0200
+++ b/src/options.asm	Wed Apr 16 22:31:09 2014 +0200
@@ -618,7 +618,8 @@
         OPTION_UINT8    oDil5Depth,     .0, .100,   .0,     tMeters,  .84,     char_I_dil_change+4
         OPTION_STRING   oName,          opt_name_length,    tDefName, .85,     opt_name
         ; opt_name from 85 to 145
-        OPTION_ENUM8    oColorSetDive,  4,  0, tColorSetName0,       .146,     opt_dive_color_scheme            ; Color scheme divemode
+        OPTION_ENUM8    oColorSetDive,  4,  0, tColorSetName0,        .146,    opt_dive_color_scheme            ; Color scheme divemode
+        OPTION_UINT8    oPressureAdjust, .0,.255,   .0,     -1,       .147,    opt_pressure_adjust              ; SIGNED int (-20/+20mbar max.)
 
 ; Set Time/Set Date
 		OPTION_UINT8    oSetHours,		.0,	.23, .0,	0, -1,		hours