diff src/hwos.inc @ 438:4a79eb952c00

2.09 beta start
author heinrichsweikamp
date Wed, 06 Jul 2016 14:46:49 +0200
parents 23b58c4bc6aa
children 360acdcda0d7
line wrap: on
line diff
--- a/src/hwos.inc	Thu Jun 30 10:28:12 2016 +0200
+++ b/src/hwos.inc	Wed Jul 06 14:46:49 2016 +0200
@@ -20,8 +20,8 @@
 
 ; Firmware definition
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'08'		; Software version  XX.YY
-#DEFINE softwareversion_beta 	0 			; (and 0 for release)
+#DEFINE	softwareversion_y		d'09'		; Software version  XX.YY
+#DEFINE softwareversion_beta 	1 			; (and 0 for release)
 ; Firmware version will appear in "Change Firmware" style
 #DEFINE firmware_expire_year    .17
 #DEFINE firmware_expire_month   .6
@@ -308,7 +308,7 @@
 compass_heading_old res 2       ; Old heading (For smoother display)
 compass_heading_shown res 2     ; Displayed heading
 ;compass_roll        res 2       ; Rotation around the X axis
-;compass_pitch       res 2       ; Rotation arounf the Y axis
+;compass_pitch       res 2       ; Rotation around the Y axis
 
 compass_a           res 2       ; Tmp data for Q15 arithmetics
 compass_b           res 2