diff src/ostc3.inc @ 77:131e6dd9e201

BUGFIX: Potential bug to freeze the OSTC3 after battery change or update
author heinrichsweikamp
date Thu, 20 Feb 2014 10:12:45 +0100
parents a5ea132770db
children 668b432dcae9
line wrap: on
line diff
--- a/src/ostc3.inc	Wed Feb 19 14:46:26 2014 +0100
+++ b/src/ostc3.inc	Thu Feb 20 10:12:45 2014 +0100
@@ -19,7 +19,7 @@
 #include <ports.inc>                        ; Portmap
 
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'21'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'22'		; Software version  XX.YY
 #DEFINE softwareversion_beta 	0 			; (and 0 for release)
 
 #DEFINE comm_service_key        0xABCDEF
@@ -151,8 +151,8 @@
 #DEFINE battery_show_level      .24     ; [%]
 
 ; 3,6V battery sensing data points at 55mA load
-#DEFINE lithium_36v_75          .3200   ; [mV]
-#DEFINE lithium_36v_50          .3100   ; [mV]
+#DEFINE lithium_36v_75          .3100   ; [mV]
+#DEFINE lithium_36v_50          .3000   ; [mV]
 #DEFINE lithium_36v_25          .2900   ; [mV]
 #DEFINE lithium_36v_10          .2600   ; [mV]