Mercurial > public > hwos_code
diff src/hwos.inc @ 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 | aadfe9f2edaf |
children | e56c45ec309a |
line wrap: on
line diff
--- a/src/hwos.inc Thu Sep 01 13:28:15 2016 +0200 +++ b/src/hwos.inc Mon Sep 19 16:32:02 2016 +0200 @@ -562,6 +562,8 @@ analog_sw1 res 1 ; analog value for switch 1 analog_sw2 res 1 ; analog value for switch 2 battery_type res 1 ; =0:1.5V, =1:3,6V Saft, =2:LiIon 3,7V/0.8Ah, =3:LiIon 3,7V/3.1Ah +uptime res 4 ; Uptime [s] +lastdive_time res 4 ; Time since last dive [s] ;----------------------------------------------------------------------------- ; Reserve BANK2 for general purpose buffer (strings, images, etc).