changeset 716:d333c8462844

2.63beta release
author heinrichsweikamp
date Wed, 22 May 2013 14:46:00 +0200
parents de413161f00c
children 91ae251d379f
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Tue May 21 12:17:49 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Wed May 22 14:46:00 2013 +0200
@@ -1,3 +1,8 @@
+New in 2.63:
+BETA Version - Do NOT use for diving!
+BUGFIX: no flicker when powering on
+CHANGE: 256ms switch debounce timer
+
 New in 2.62:
 BETA Version - Do NOT use for diving!
 BUGFIX: CNS compute. NOAA tables are in ATA, not bar
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Tue May 21 12:17:49 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Wed May 22 14:46:00 2013 +0200
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'62'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'64'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)