diff src/tft_outputs.asm @ 545:7e6df19264b6

BUGFIX: Simulator in CC mode BUGFIX: Changing the dive mode and starting the simulator (without leaving the menu first) caused false calculations in the simulator BUGFIX: PSCR Mode "OC Gases" showed Diluents, not OC gases BUGFIX: CCR Mode ("First Diluent") was chosen based on OC "First Gas" number
author heinrichsweikamp
date Wed, 06 Sep 2017 21:26:18 +0200
parents 64a45f203144
children 33941d158069
line wrap: on
line diff
--- a/src/tft_outputs.asm	Wed Sep 06 15:34:49 2017 +0200
+++ b/src/tft_outputs.asm	Wed Sep 06 21:26:18 2017 +0200
@@ -1147,6 +1147,7 @@
     output_8            ; Gas number
     bcf     leftbind
     PUTC    ":"
+    bcf	    ccr_diluent_setup
     call    gaslist_strcat_gas_mod  ;Append gas description of gas #PRODL (0-4) to current string
     PUTC    " "         ; Clearing space
     movlw   0x00