diff src/menu_tree.asm @ 23:e402813343b6

new option to switch samplingrate between 10s and 2s
author heinrichsweikamp
date Mon, 08 Jul 2013 12:38:16 +0200
parents 4e3f133dfbf4
children e4e91fe8b09d
line wrap: on
line diff
--- a/src/menu_tree.asm	Mon Jul 08 11:37:37 2013 +0200
+++ b/src/menu_tree.asm	Mon Jul 08 12:38:16 2013 +0200
@@ -452,10 +452,11 @@
     call    menu_processor_pop
 
 do_dispsets_menu:
-    MENU_BEGIN  tDispSets, .5
+    MENU_BEGIN  tDispSets, .6
         MENU_OPTION tBright,    oBrightness,    0
         MENU_OPTION tUnits,    oUnits,          0
 		MENU_CALL	tLogOffset,					do_log_offset_menu
+        MENU_OPTION tSamplingrate,oSamplingRate,0
         MENU_OPTION tDvSalinity,oDiveSalinity,  0
         MENU_CALL   tExit,                      do_return_settings
     MENU_END