Mercurial > public > hwos_code
diff 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 |
line wrap: on
line diff
--- a/src/menu_tree.asm Wed Dec 04 17:17:55 2013 +0100 +++ b/src/menu_tree.asm Fri Jan 10 10:11:43 2014 +0100 @@ -48,10 +48,11 @@ MENU_END do_info_menu: - MENU_BEGIN tInfoMenu, .4 + MENU_BEGIN tInfoMenu, .5 MENU_DYNAMIC info_menu_serial, 0 MENU_DYNAMIC info_menu_firmware, 0 MENU_DYNAMIC info_menu_total_dives, 0 + MENU_DYNAMIC info_menu_battery_volts,0 MENU_CALL tExit, do_return_settings MENU_END