Mercurial > public > hwos_code
diff src/hwos.inc @ 410:d3087a8ed7e1
BUGFIX: Fix rare issue after battery change (OSTC3 did not start properly)
author | heinrichsweikamp |
---|---|
date | Tue, 08 Mar 2016 11:42:58 +0100 |
parents | 08fea401be24 |
children | 93b270b3503d |
line wrap: on
line diff
--- a/src/hwos.inc Wed Feb 24 09:57:08 2016 +0100 +++ b/src/hwos.inc Tue Mar 08 11:42:58 2016 +0100 @@ -20,11 +20,11 @@ ; Firmware definition #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'01' ; Software version XX.YY +#DEFINE softwareversion_y d'02' ; Software version XX.YY #DEFINE softwareversion_beta 0 ; (and 0 for release) ; Firmware version will appear in "Change Firmware" style #DEFINE firmware_expire_year .17 -#DEFINE firmware_expire_month .1 +#DEFINE firmware_expire_month .3 #DEFINE firmware_expire_day .10 #DEFINE comm_service_key 0xABCDEF