diff src/options.asm @ 23:e402813343b6

new option to switch samplingrate between 10s and 2s
author heinrichsweikamp
date Mon, 08 Jul 2013 12:38:16 +0200
parents e01c39be267c
children f51caad821b4
line wrap: on
line diff
--- a/src/options.asm	Mon Jul 08 11:37:37 2013 +0200
+++ b/src/options.asm	Mon Jul 08 12:38:16 2013 +0200
@@ -546,6 +546,7 @@
         OPTION_UINT8    oaGF_high,     .80,  .120, .85, tPercent,   .18,    opt_aGF_high
         OPTION_BOOL     oEnable_aGF,    1,                          .19,    opt_enable_aGF              ; =1: aGF can be selected underwater
         OPTION_UINT8    oCompassGain,   0,  7,  6,       tcharx,    .20,    opt_compass_gain            ; 0-7 (230LSB/Gauss to 1370LSB/Gaus)
+        OPTION_ENUM8    oSamplingRate,  2,  1,  tSampling2s,        .21,    opt_sampling_rate           ; =1: 2s, =0: 10s
 
 ;=============================================================================
 ; Managing Settings