diff src/start.asm @ 472:4fdf6886004b

CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign NEW: Show battery type in information menu (T0:1.5V AA, T1:3.6V AA, T2:3.6V/0.8A LiIon, T3:Internal 18650, T4:Internal 16650)
author heinrichsweikamp
date Sun, 18 Dec 2016 18:20:39 +0100
parents 0491a84fd0b8
children 2880aa1264f5
line wrap: on
line diff
--- a/src/start.asm	Sun Dec 11 14:43:56 2016 +0100
+++ b/src/start.asm	Sun Dec 18 18:20:39 2016 +0100
@@ -148,7 +148,7 @@
 
     ; Try to migrate the old battery status from firmware 2.09 or earlier..
     btfsc	RCON,POR					; Was this a power-on reset?
-    call	use_old_prior_209
+    call	use_old_prior_209				; No
 
     bcf		use_old_batt_flag	
     btfsc	RCON,POR					; Was this a power-on reset?