changeset 487:4c93c2154f18

beta 2.04 start...
author heinrichsweikamp
date Sun, 16 Oct 2011 13:37:14 +0200
parents c7b663939737
children 7c48692dd17c
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Sat Oct 15 15:03:53 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Sun Oct 16 13:37:14 2011 +0200
@@ -1,7 +1,9 @@
 New in 2.03 beta:
-
+BETA Version - Do NOT use for diving!
+BUGFIX: Logbook write
 
 New in 2.02 beta:
+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.
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Sat Oct 15 15:03:53 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Sun Oct 16 13:37:14 2011 +0200
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'3'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'4'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release) 
 
@@ -35,7 +35,7 @@
 ;#DEFINE	SPANISH							; Use spanish_text.asm
 ;#DEFINE	RUSSIAN							; Use russian_text.asm
 
-#DEFINE	__DEBUG	; 
+;#DEFINE	__DEBUG	; 
 ;#DEFINE	DISPLAY_TEST	; Enables Display-Test in RAW data menu
 
 #DEFINE	logbook_profile_version	0x21        ; Do not touch!