changeset 231:834e1c35160c

BUGFIX: Show average depth with one decimal digit only
author mh@mh-THINK
date Sat, 21 Feb 2015 20:05:57 +0100
parents f6548e8f06f5
children fe9d88fee09f
files src/changelog.txt src/ostc3.inc src/tft_outputs.asm
diffstat 3 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/changelog.txt	Fri Feb 20 00:15:22 2015 +0100
+++ b/src/changelog.txt	Sat Feb 21 20:05:57 2015 +0100
@@ -1,3 +1,8 @@
+[1.75]
+
+- Stable Version -
+BUGFIX: Show average depth with one dezimal digit only
+
 [1.74]
 
 - Stable Version -
--- a/src/ostc3.inc	Fri Feb 20 00:15:22 2015 +0100
+++ b/src/ostc3.inc	Sat Feb 21 20:05:57 2015 +0100
@@ -20,7 +20,7 @@
 
 ; Firmware definition
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'74'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'75'		; Software version  XX.YY
 #DEFINE softwareversion_beta 	0 			; (and 0 for release)
 ; Firmware version will appear in "Change Firmware" style
 #DEFINE firmware_expire_year    .16
--- a/src/tft_outputs.asm	Fri Feb 20 00:15:22 2015 +0100
+++ b/src/tft_outputs.asm	Sat Feb 21 20:05:57 2015 +0100
@@ -891,7 +891,7 @@
     WIN_MEDIUM  dive_avr_stop_column1,dive_avr_stop_row
     bsf     ignore_digit5         ; no cm
     output_16dp  .3               ; yxz.a
-    STRCAT_PRINT ""
+    STRCAT_PRINT " "
     ; Stopped average depth
     movff   avr_rel_pressure+0,lo
     movff   avr_rel_pressure+1,hi
@@ -901,7 +901,7 @@
     output_16dp  .3               ; yxz.a
     bcf     leftbind
     bcf     ignore_digit5
-    STRCAT_PRINT ""
+    STRCAT_PRINT " "
     return
 
     global  TFT_ceiling_mask                        ; The ceiling mask