Mercurial > public > hwos_code
comparison 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 |
comparison
equal
deleted
inserted
replaced
89:c34516c99ca8 | 90:3274e87fd027 |
---|---|
266 MENU_CALL tResetMenu, do_reset_menu | 266 MENU_CALL tResetMenu, do_reset_menu |
267 MENU_CALL tExit, do_continue_main_menu | 267 MENU_CALL tExit, do_continue_main_menu |
268 MENU_END | 268 MENU_END |
269 | 269 |
270 do_compass_menu: | 270 do_compass_menu: |
271 MENU_BEGIN tSystSets, .3 | 271 MENU_BEGIN tSystSets, .2 |
272 MENU_CALL tCompassMenu, compass_calibration_loop | 272 MENU_CALL tCompassMenu, compass_calibration_loop |
273 MENU_OPTION tCompassGain, oCompassGain, 0 | 273 ; MENU_OPTION tCompassGain, oCompassGain, 0 |
274 MENU_CALL tExit, do_return_settings | 274 MENU_CALL tExit, do_return_settings |
275 MENU_END | 275 MENU_END |
276 | 276 |
277 ;============================================================================= | 277 ;============================================================================= |
278 ; Reset and confirmation menu. | 278 ; Reset and confirmation menu. |