changeset 526:d445f0627e86

2.07beta release - 2.08beta start
author heinrichsweikamp
date Sat, 10 Dec 2011 16:20:48 +0100
parents f9a03808dfe2
children 31db81de1d4f
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Sat Dec 10 16:07:50 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Sat Dec 10 16:20:48 2011 +0100
@@ -1,5 +1,9 @@
 New in 2.07 beta:
+BETA Version - Do NOT use for diving!
 NEW: Added GF surface display (when > CF08).
+BUGFIX: spurious random NDL>0 during deco dive
+CHANGE: Moved "Bailout" to top of SetPoint list
+CHANGE: Speed optimizations in deco code
 
 New in 2.06 beta:
 BETA Version - Do NOT use for diving!
@@ -31,7 +35,7 @@
 BETA Version - Do NOT use for diving!
 NEW: Cave divers consomation display and alarm (CF59).
 CHANGE: SAC (CF56/CF57) in range 5..50 l/min (no more decimal).
-NEW: 32MhZ mode: computes twice faster.
+NEW: 32MHz mode: computes twice faster.
 BUGFIX: Hang when deco table is full (more than 32 stops).
 
 New in 2.01 beta:
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Sat Dec 10 16:07:50 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Sat Dec 10 16:20:48 2011 +0100
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'07'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'08'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)