diff src/options.asm @ 22:e01c39be267c

change gf_low default to 30%
author heinrichsweikamp
date Mon, 08 Jul 2013 11:37:37 +0200
parents 79b2084fd75a
children e402813343b6
line wrap: on
line diff
--- a/src/options.asm	Thu Jul 04 09:51:33 2013 +0200
+++ b/src/options.asm	Mon Jul 08 11:37:37 2013 +0200
@@ -537,7 +537,7 @@
         OPTION_ENUM8    oDecoMode,      2,  1,  tZHL16,              .9,    char_I_deco_model
         OPTION_UINT8p10 oPPO2Max,       .120, ppo2_warning_high, .160,   0,      .10,    opt_ppO2_max
         OPTION_UINT8    oLastDeco,      .3,  .6, .3,  tMeters,      .11,    opt_last_stop
-        OPTION_UINT8    oGF_low,       .10,  .100, .40,  tPercent,  .12,    opt_GF_low
+        OPTION_UINT8    oGF_low,       .10,  .100, .30,  tPercent,  .12,    opt_GF_low
         OPTION_UINT8    oGF_high,      .70,  .110, .85, tPercent,   .13,    opt_GF_high
         OPTION_UINT8p10 osatmult,      .100,  .140, .110,tPercent,  .14,    char_I_saturation_multiplier
         OPTION_UINT8p10 odesatmult,    .60,  .100,  .90,tPercent,   .15,    char_I_desaturation_multiplier