diff src/menu_tree.asm @ 544:64a45f203144

NEW: Show Compass calibration results in Compass menu
author heinrichsweikamp
date Wed, 06 Sep 2017 15:34:49 +0200
parents d36f9fca10ae
children 7e6df19264b6
line wrap: on
line diff
--- a/src/menu_tree.asm	Wed Sep 06 11:08:59 2017 +0200
+++ b/src/menu_tree.asm	Wed Sep 06 15:34:49 2017 +0200
@@ -428,9 +428,12 @@
     MENU_END
 
 do_compass_menu:
-    MENU_BEGIN  tSystSets, .2
+    MENU_BEGIN  tSystSets, .5
         MENU_CALL   tCompassMenu,   compass_calibration_loop
 ;        MENU_OPTION tCompassGain,   oCompassGain,       0
+	MENU_DYNAMIC    menu_cal_x,       0
+	MENU_DYNAMIC    menu_cal_y,       0
+	MENU_DYNAMIC    menu_cal_z,       0
         MENU_CALL   tExit,          do_return_settings_more
     MENU_END