changeset 160:0ee809806454

1.80 stable released, 1.81beta started
author heinrichsweikamp
date Wed, 19 Jan 2011 12:24:51 +0100
parents aaa6e8720a7d
children 8d6aca08f66b
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm code_part1/OSTC_code_asm_part1/start.asm
diffstat 3 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Tue Jan 18 12:01:13 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Wed Jan 19 12:24:51 2011 +0100
@@ -1,8 +1,10 @@
-New in 1.77 Beta:
+New in 1.81 beta:
 BETA Version - Do NOT use for diving!
+
+New in 1.80 Stable:
+Stable release
 BUGFIX: No Custom view in Surfacemode as default
 
-
 New in 1.76 Beta:
 BETA Version - Do NOT use for diving!
 NEW: "beta" is shown for beta versions
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Jan 18 12:01:13 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Wed Jan 19 12:24:51 2011 +0100
@@ -23,9 +23,9 @@
 ;#DEFINE		NO_SENSOR_MODE			; uses Dummy values
 
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'80'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'81'		; Software version  XX.YY
 
-#DEFINE softwareversion_beta 	0 			; (and 0 for release) 
+#DEFINE softwareversion_beta 	1 			; (and 0 for release) 
 
 #DEFINE	max_custom_number		d'53'		; Number of last used custom function
 
--- a/code_part1/OSTC_code_asm_part1/start.asm	Tue Jan 18 12:01:13 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Wed Jan 19 12:24:51 2011 +0100
@@ -124,7 +124,7 @@
 	movwf	EEDATA		
 	call	write_eeprom			; write version y
 	clrf	EEADRH					; Reset EEADRH
-	goto	reset_all_cf			; resets all custom functions bank0 and bank1 and jumps to "restart"
+;	goto	reset_all_cf			; resets all custom functions bank0 and bank1 and jumps to "restart"
 ;	goto	reset_all_cf_bank1		; resets all custom functions bank1 and jumps to "restart"
 			
 restart: