diff src/hwos.inc @ 490:8dfb93e80338

NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically) NEW: Logbook detail page in larger font (And nicer layout) CHANGE: Sleep mode current slightly reduced for all hwOS devices NEW: Logbook now records battery information NEW: Markers in internal logbook drawn as small "m" next to the profile
author heinrichsweikamp
date Wed, 29 Mar 2017 21:35:12 +0200
parents 1c35fc2e0834
children 336bfbbeb2b5
line wrap: on
line diff
--- a/src/hwos.inc	Mon Mar 27 16:06:09 2017 +0200
+++ b/src/hwos.inc	Wed Mar 29 21:35:12 2017 +0200
@@ -26,8 +26,8 @@
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)
 ; Firmware version will appear in "Change Firmware" style
 #DEFINE firmware_expire_year    .18
-#DEFINE firmware_expire_month   .2
-#DEFINE firmware_expire_day     .20
+#DEFINE firmware_expire_month   .3
+#DEFINE firmware_expire_day     .29
 
 #DEFINE comm_service_key        0xABCDEF
 
@@ -761,7 +761,7 @@
 #DEFINE	use_old_batt_flag	flag13,7    ; =1: load old battery information after power-on reset
 		
 #DEFINE	FLAG_pscr_mode		flag14,0    ; =1: OSTC is in PSCR mode
-
+#DEFINE	deep_sleep		flag14,1    ; OSTC is in deep sleep (ignore buttons, etc)
 ;=============================================================================
 ; C-code Routines
 ; PART 2