comparison 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
comparison
equal deleted inserted replaced
543:a92cecf8cee4 544:64a45f203144
426 MENU_CALL tResetMenu, do_reset_menu 426 MENU_CALL tResetMenu, do_reset_menu
427 MENU_CALL tExit, do_return_settings 427 MENU_CALL tExit, do_return_settings
428 MENU_END 428 MENU_END
429 429
430 do_compass_menu: 430 do_compass_menu:
431 MENU_BEGIN tSystSets, .2 431 MENU_BEGIN tSystSets, .5
432 MENU_CALL tCompassMenu, compass_calibration_loop 432 MENU_CALL tCompassMenu, compass_calibration_loop
433 ; MENU_OPTION tCompassGain, oCompassGain, 0 433 ; MENU_OPTION tCompassGain, oCompassGain, 0
434 MENU_DYNAMIC menu_cal_x, 0
435 MENU_DYNAMIC menu_cal_y, 0
436 MENU_DYNAMIC menu_cal_z, 0
434 MENU_CALL tExit, do_return_settings_more 437 MENU_CALL tExit, do_return_settings_more
435 MENU_END 438 MENU_END
436 439
437 ;============================================================================= 440 ;=============================================================================
438 ; Reset and confirmation menu. 441 ; Reset and confirmation menu.