comparison 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
comparison
equal deleted inserted replaced
452:55dcf1b248f2 453:b4f28ab23b87
51 MENU_CALL tSystSets, do_settings_menu 51 MENU_CALL tSystSets, do_settings_menu
52 MENU_CALL tExit, restart 52 MENU_CALL tExit, restart
53 MENU_END 53 MENU_END
54 54
55 do_info_menu: 55 do_info_menu:
56 MENU_BEGIN tInfoMenu, .5 56 MENU_BEGIN tInfoMenu, .6
57 MENU_DYNAMIC info_menu_serial, 0 57 MENU_DYNAMIC info_menu_serial, 0
58 MENU_DYNAMIC info_menu_firmware, 0 58 MENU_DYNAMIC info_menu_firmware, 0
59 MENU_DYNAMIC info_menu_total_dives, 0 59 MENU_DYNAMIC info_menu_total_dives, 0
60 MENU_DYNAMIC info_menu_battery_volts,0 60 MENU_DYNAMIC info_menu_battery_volts,0
61 MENU_DYNAMIC info_menu_uptime,0
61 MENU_CALL tExit, do_return_settings 62 MENU_CALL tExit, do_return_settings
62 MENU_END 63 MENU_END
63 64
64 ;============================================================================= 65 ;=============================================================================
65 ; CCR Setup 66 ; CCR Setup