# HG changeset patch # User heinrichsweikamp # Date 1383140786 -3600 # Node ID a98365da41d3cc5747db922aa05ebf951bce117a # Parent 6724df41d4f1e9aabed677a510f3bbf5892aa12b BUGFIX: FTTS>9min in OSTC 2C hardware diff -r 6724df41d4f1 -r a98365da41d3 code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Tue Oct 22 10:16:54 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Oct 30 14:46:26 2013 +0100 @@ -3,6 +3,7 @@ BUGFIX: remove ghost image (On 2C only) during first second in sleep mode CHANGE: Remove CF55 from decolist TODO: show gas change stops different from decostops +BUGFIX: FTTS>9min in OSTC 2C hardware New in 2.73: BETA Version - Do NOT use for diving diff -r 6724df41d4f1 -r a98365da41d3 code_part1/OSTC_code_asm_part1/outputs.asm --- a/code_part1/OSTC_code_asm_part1/outputs.asm Tue Oct 22 10:16:54 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/outputs.asm Wed Oct 30 14:46:26 2013 +0100 @@ -3629,7 +3629,9 @@ bsf leftbind output_16 bcf leftbind - STRCAT_PRINT "' " ; From "none" to "1'" we need 2 trailing spaces + STRCAT "' " ; From "none" to "1'" we need 2 trailing spaces + movff WREG,letter+3 ; limit to four chars + STRCAT_PRINT "" return DISP_show_@5_nodeco: