# HG changeset patch # User mh@mh-THINK # Date 1424545557 -3600 # Node ID 834e1c35160cf2aea1f847b435811011b7e1de84 # Parent f6548e8f06f5a547894db77f7c5d157e61310049 BUGFIX: Show average depth with one decimal digit only diff -r f6548e8f06f5 -r 834e1c35160c src/changelog.txt --- 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 - diff -r f6548e8f06f5 -r 834e1c35160c src/ostc3.inc --- 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 diff -r f6548e8f06f5 -r 834e1c35160c src/tft_outputs.asm --- 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