Mercurial > public > hwos_code
changeset 14:440e537e19d6
Show "MOD:" instead of "EAD:" in gas setup
author | heinrichsweikamp |
---|---|
date | Tue, 11 Jun 2013 09:42:59 +0200 |
parents | 2af021c66b0d |
children | 8185edeeedb2 |
files | src/changelog.txt src/gaslist.asm src/ostc3.inc |
diffstat | 3 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/changelog.txt Thu May 30 19:11:12 2013 +0200 +++ b/src/changelog.txt Tue Jun 11 09:42:59 2013 +0200 @@ -1,3 +1,6 @@ +New in 0.95: +BUGFIX: Show "MOD:" instead of "EAD:" in gas setup + New in 0.94: CHANGE: Show Max. Depth with 0.1m precision
--- a/src/gaslist.asm Thu May 30 19:11:12 2013 +0200 +++ b/src/gaslist.asm Tue Jun 11 09:42:59 2013 +0200 @@ -541,7 +541,7 @@ gaslist_MOD_END: rcall gaslist_calc_mod ; Compute MOD into WREG movwf lo ; Copy to lo - STRCAT_TEXT tEAD ; EAD: + STRCAT_TEXT tMOD ; MOD: TSTOSS opt_units ; 0=Meters, 1=Feets bra gaslist_MOD_metric ;gaslist_MOD_imperial:
--- a/src/ostc3.inc Thu May 30 19:11:12 2013 +0200 +++ b/src/ostc3.inc Tue Jun 11 09:42:59 2013 +0200 @@ -19,7 +19,7 @@ #include <ports.inc> ; Portmap #DEFINE softwareversion_x d'0' ; Software version XX.YY -#DEFINE softwareversion_y d'94' ; Software version XX.YY +#DEFINE softwareversion_y d'95' ; Software version XX.YY #DEFINE softwareversion_beta 0 ; (and 0 for release) #DEFINE comm_service_key 0xABCDEF