diff src/menu_tree.asm @ 90:3274e87fd027

NEW: automatic compass gain makes calibration quicker
author heinrichsweikamp
date Tue, 15 Apr 2014 14:40:49 +0200
parents 668b432dcae9
children 223579e905c3
line wrap: on
line diff
--- a/src/menu_tree.asm	Tue Apr 15 12:16:28 2014 +0200
+++ b/src/menu_tree.asm	Tue Apr 15 14:40:49 2014 +0200
@@ -268,9 +268,9 @@
     MENU_END
 
 do_compass_menu:
-    MENU_BEGIN  tSystSets, .3
+    MENU_BEGIN  tSystSets, .2
         MENU_CALL   tCompassMenu,   compass_calibration_loop
-        MENU_OPTION tCompassGain,   oCompassGain,       0
+;        MENU_OPTION tCompassGain,   oCompassGain,       0
         MENU_CALL   tExit,          do_return_settings
     MENU_END