changeset 502:9eb39a39e37e

2.05beta release - 2.06beta start
author heinrichsweikamp
date Thu, 17 Nov 2011 08:25:28 +0100
parents 986ec4d76510
children 611ed301c3af
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm code_part1/OSTC_code_asm_part1/french_text.asm
diffstat 3 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Wed Nov 16 13:30:11 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Thu Nov 17 08:25:28 2011 +0100
@@ -1,6 +1,10 @@
+New in 2.05 beta:
+BETA Version - Do NOT use for diving!
+
 New in 2.05 beta:
 BETA Version - Do NOT use for diving!
 BUGFIX: German text layout in Divemode
+NEW: Always show numeric velocity...
 NEW: OLED Brightness setting
 
 New in 2.04 beta:
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Wed Nov 16 13:30:11 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Thu Nov 17 08:25:28 2011 +0100
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'05'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'06'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release) 
 
--- a/code_part1/OSTC_code_asm_part1/french_text.asm	Wed Nov 16 13:30:11 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/french_text.asm	Thu Nov 17 08:25:28 2011 +0100
@@ -466,6 +466,6 @@
 ; Cave consomation
     TCODE    .0,    .0,      "Bail. Sout"                ;311 Cave Bail.            (=10 chars.)
 ; OLED Brightness settings
-    TCODE    .103,  .155,    "Eco "	    	             ;312 Eco 					(Same length as #313!)
+    TCODE    .103,  .155,    "Eco  "	    	         ;312 Eco 					(Same length as #313!)
     TCODE    .103,  .155,    "Forte" 	                 ;313 High					(Same length as #312!)
 ;=============================================================================