Mercurial > public > hwos_code
diff src/menu_tree.asm @ 453:b4f28ab23b87
NEW: Show Uptime (Time since last firmware boot) in information menu
author | heinrichsweikamp |
---|---|
date | Mon, 19 Sep 2016 16:32:02 +0200 |
parents | 66049b6f2c0b |
children | b4417044a042 |
line wrap: on
line diff
--- a/src/menu_tree.asm Thu Sep 01 13:28:15 2016 +0200 +++ b/src/menu_tree.asm Mon Sep 19 16:32:02 2016 +0200 @@ -53,11 +53,12 @@ MENU_END do_info_menu: - MENU_BEGIN tInfoMenu, .5 + MENU_BEGIN tInfoMenu, .6 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_DYNAMIC info_menu_uptime,0 MENU_CALL tExit, do_return_settings MENU_END