diff src/rtc.asm @ 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 2c58631d5229
children b7eb98dbd800
line wrap: on
line diff
--- a/src/rtc.asm	Mon Mar 27 16:06:09 2017 +0200
+++ b/src/rtc.asm	Wed Mar 29 21:35:12 2017 +0200
@@ -21,11 +21,11 @@
 	movwf	mins
 	movlw	.12
 	movwf	hours
-	movlw	.30
+	movlw	.29
 	movwf	day
 	movlw	.3
 	movwf	month
-	movlw	.15
+	movlw	.17
 	movwf	year
 ;	rcall	rtc_set_rtc			; writes mins,sec,hours,day,month and year to rtc module
 ;	return