diff src/comm.asm @ 507:4e6f5c36f4cc

NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
author heinrichsweikamp
date Tue, 27 Jun 2017 13:50:42 +0200
parents afa7b66a6a84
children f9cc49750736
line wrap: on
line diff
--- a/src/comm.asm	Mon Jun 26 13:02:04 2017 +0200
+++ b/src/comm.asm	Tue Jun 27 13:50:42 2017 +0200
@@ -1066,6 +1066,9 @@
     movff   opt_PSCR_drop, TXREG1	    ; RCREG1=0x4A
     dcfsnz  WREG
     movff   opt_PSCR_lungratio, TXREG1	    ; RCREG1=0x4B
+    dcfsnz  WREG
+    movff   opt_ppO2_max_deco, TXREG1       ; RCREG1=0x4C
+
 
     
 comm_read_abort:
@@ -1375,6 +1378,8 @@
     movff   RCREG1, opt_PSCR_drop	    ; RCREG1=0x4A
     dcfsnz  WREG
     movff   RCREG1, opt_PSCR_lungratio	    ; RCREG1=0x4B
+    dcfsnz  WREG
+    movff   RCREG1, opt_ppO2_max_deco	    ; RCREG1=0x4C
 
 
 comm_write_abort: