diff code_part1/OSTC_code_asm_part1/menu_custom.asm @ 791:a652b0ff4dcf

NEW: CF74: Battery Timeout [min] - Battery symbol will blink if the OSTC was longer in active mode (since the last _full_ charge) then CF74
author heinrichsweikamp
date Thu, 28 Aug 2014 20:18:49 +0200
parents 91ae251d379f
children c50296c3059e
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_custom.asm	Thu Aug 28 17:45:16 2014 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_custom.asm	Thu Aug 28 20:18:49 2014 +0200
@@ -149,13 +149,13 @@
 	movwf	EEADRH					; bank 1
 	movlw	d'32'
 	subwf	customfunction_temp1,F
-	movlw	d'63'
+	movlw	d'31'
 	cpfsgt	customfunction_temp1
 	bra		getcustom15_3			; bank 1
 
 	movlw	d'2'
 	movwf	EEADRH					; bank 2
-	movlw	d'64'
+	movlw	d'32'
 	subwf	customfunction_temp1,F
 getcustom15_3:
 	movf	customfunction_temp1,W