changeset 156:3f4d60385f9c

custom view default for surfacemode
author heinrichsweikamp
date Sun, 16 Jan 2011 21:17:24 +0100
parents b7adae4d0289
children 54cc1346ac15
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/surfmode.asm
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Fri Jan 14 18:49:56 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Sun Jan 16 21:17:24 2011 +0100
@@ -1,3 +1,8 @@
+New in 1.77 Beta:
+BETA Version - Do NOT use for diving!
+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/surfmode.asm	Fri Jan 14 18:49:56 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/surfmode.asm	Sun Jan 16 21:17:24 2011 +0100
@@ -42,6 +42,8 @@
 	movff	last_surfpressure_30min+0,int_I_pres_surface+0			; copy surface air pressure to deco routine
 	movff	last_surfpressure_30min+1,int_I_pres_surface+1			; 30min old values 
 
+	clrf	menupos3					; Reset Custom views (Default: No custom view)
+
 	btfsc	gauge_mode					; Ignore in gauge mode
 	bra		surfloop1
 	btfsc	FLAG_apnoe_mode				; Ignore in Apnoe mode