Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 62:e7c7c7eeea58
show battery voltage in info menu
author | heinrichsweikamp |
---|---|
date | Fri, 10 Jan 2014 10:11:43 +0100 |
parents | ec4d8503ec45 |
children | 40a5cc0664ed |
comparison
equal
deleted
inserted
replaced
61:d3b494119c98 | 62:e7c7c7eeea58 |
---|---|
46 MENU_CALL tSystSets, do_settings_menu | 46 MENU_CALL tSystSets, do_settings_menu |
47 MENU_CALL tExit, restart | 47 MENU_CALL tExit, restart |
48 MENU_END | 48 MENU_END |
49 | 49 |
50 do_info_menu: | 50 do_info_menu: |
51 MENU_BEGIN tInfoMenu, .4 | 51 MENU_BEGIN tInfoMenu, .5 |
52 MENU_DYNAMIC info_menu_serial, 0 | 52 MENU_DYNAMIC info_menu_serial, 0 |
53 MENU_DYNAMIC info_menu_firmware, 0 | 53 MENU_DYNAMIC info_menu_firmware, 0 |
54 MENU_DYNAMIC info_menu_total_dives, 0 | 54 MENU_DYNAMIC info_menu_total_dives, 0 |
55 MENU_DYNAMIC info_menu_battery_volts,0 | |
55 MENU_CALL tExit, do_return_settings | 56 MENU_CALL tExit, do_return_settings |
56 MENU_END | 57 MENU_END |
57 | 58 |
58 ;============================================================================= | 59 ;============================================================================= |
59 ; CCR Setup | 60 ; CCR Setup |