diff src/surfmode.asm @ 530:d36f9fca10ae

2.20beta release BUGFIX: Minor dive mode layout fixes in CCR Mode CHANGE: Minor German language fixes NEW: Warning for Diluent beeing out of safe ppO2 range in CCR modes NEW: New Customview 9 in OSTC cR or OSTC3 shows mV readings after Sensor calibration
author heinrichsweikamp
date Thu, 17 Aug 2017 13:20:03 +0200
parents bef07a837a60
children cf68fe0c3002
line wrap: on
line diff
--- a/src/surfmode.asm	Mon Aug 07 15:18:32 2017 +0200
+++ b/src/surfmode.asm	Thu Aug 17 13:20:03 2017 +0200
@@ -235,6 +235,11 @@
     bnz     surfloop_loop2a		; No, skip
 
     call    TFT_surface_sensor          ; ...update sensor data in surface mode
+    movlw   .9 
+    cpfseq  menupos3			; in Sensor mV surface custom view? 
+    bra	    surfloop_loop2a		; No
+    extern  TFT_sensor_mV 
+    call    TFT_sensor_mV		; Yes, update mV readings (Each 1/4 second and not each second as in customview.asm)
 
 surfloop_loop2a:
     movlw   .6