# HG changeset patch
# User heinrichsweikamp
# Date 1318492461 -7200
# Node ID 65850b513f1b95c5ef7f296d54117206b3cfe0e4
# Parent  0635fbb2fcf502a20c244f0d3aa05437b50b657e
beta 2.03 start...

diff -r 0635fbb2fcf5 -r 65850b513f1b code_part1/OSTC_code_asm_part1/changelog.txt
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Thu Oct 13 09:41:02 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Thu Oct 13 09:54:21 2011 +0200
@@ -1,3 +1,6 @@
+New in 2.03 beta:
+
+
 New in 2.02 beta:
 NEW: Cave divers consomation display and alarm (CF59).
 CHANGE: SAC (CF56/CF57) in range 5..50 l/min (no more decimal).
diff -r 0635fbb2fcf5 -r 65850b513f1b code_part1/OSTC_code_asm_part1/definitions.asm
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Thu Oct 13 09:41:02 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Thu Oct 13 09:54:21 2011 +0200
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'2'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'3'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release) 
 
@@ -110,8 +110,9 @@
 
 ;=============================================================================
 
-;#include "../OSTC_code_c_part2/shared_definitions.h"
-#include "ostc2_code/code_part1/OSTC_code_c_part2/shared_definitions.h"
+#include "../OSTC_code_c_part2/shared_definitions.h"
+;#include "ostc2_code/code_part1/OSTC_code_c_part2/shared_definitions.h"
+;include "shared_definitions.h"
 
 ;=============================================================================
 ; Reserve space for C-code data space. Eg.when calling log.
diff -r 0635fbb2fcf5 -r 65850b513f1b code_part1/OSTC_code_asm_part1/german_text.asm
--- a/code_part1/OSTC_code_asm_part1/german_text.asm	Thu Oct 13 09:41:02 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/german_text.asm	Thu Oct 13 09:54:21 2011 +0200
@@ -461,7 +461,7 @@
     TCODE    .20,   .35,     "Interval:"                 ;307 Interval:
     TCODE    .0,    .0,      "Jetzt  "                   ;308 Now                   (7 chars min)
 	TCODE	 .109,	.113,	 "D-Tiefe"	 	 		 	 ;309 Average
-	TCODE	 .109,	.54,	 "Stopuhr"		 		 	 ;310 Stopwatch             (BIG Stopwatch in Gauge mode)
+	TCODE	 .109,	.54,	 "Stoppuhr"		 		 	 ;310 Stopwatch             (BIG Stopwatch in Gauge mode)
 ; Cave consomation
     TCODE    .0,    .0,      "Cave Bail."                ;311 Cave Bail.            (=10 chars.)
 ;=============================================================================