Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 18:4e3f133dfbf4
add new opt_compass_gain option to work with more magnetic battery types
author | heinrichsweikamp |
---|---|
date | Wed, 03 Jul 2013 11:37:47 +0200 |
parents | 11d4fc797f74 |
children | e402813343b6 |
comparison
equal
deleted
inserted
replaced
17:1f096c3d4b27 | 18:4e3f133dfbf4 |
---|---|
257 MENU_BEGIN tSystSets, .7 | 257 MENU_BEGIN tSystSets, .7 |
258 MENU_CALL tInfoMenu, do_info_menu | 258 MENU_CALL tInfoMenu, do_info_menu |
259 MENU_CALL tSetTimeDate, do_date_time_menu | 259 MENU_CALL tSetTimeDate, do_date_time_menu |
260 MENU_CALL tDispSets, do_dispsets_menu | 260 MENU_CALL tDispSets, do_dispsets_menu |
261 MENU_OPTION tLanguage, oLanguage, 0 | 261 MENU_OPTION tLanguage, oLanguage, 0 |
262 MENU_CALL tCompassMenu, compass_calibration_loop | 262 MENU_CALL tCompassMenu, do_compass_menu |
263 MENU_CALL tResetMenu, do_reset_menu | 263 MENU_CALL tResetMenu, do_reset_menu |
264 MENU_CALL tExit, do_continue_main_menu | 264 MENU_CALL tExit, do_continue_main_menu |
265 MENU_END | |
266 | |
267 do_compass_menu: | |
268 MENU_BEGIN tSystSets, .3 | |
269 MENU_CALL tCompassMenu, compass_calibration_loop | |
270 MENU_OPTION tCompassGain, oCompassGain, 0 | |
271 MENU_CALL tExit, do_return_settings | |
265 MENU_END | 272 MENU_END |
266 | 273 |
267 ;============================================================================= | 274 ;============================================================================= |
268 ; Reset and confirmation menu. | 275 ; Reset and confirmation menu. |
269 | 276 |