diff src/menu_tree.asm @ 355:093b32bf6db2

hud v3 support
author heinrichsweikamp
date Fri, 31 Jul 2015 17:44:03 +0200
parents 3f2d0c0bc101
children 2be48ccfa9de
line wrap: on
line diff
--- a/src/menu_tree.asm	Wed Jul 29 20:39:35 2015 +0200
+++ b/src/menu_tree.asm	Fri Jul 31 17:44:03 2015 +0200
@@ -22,6 +22,7 @@
 #include	"isr.inc"
 #include	"ghostwriter.inc"
 #include    "adc_lightsensor.inc"
+#include    "wait.inc"
 
         CBLOCK  tmp+0x40                ; Keep space for menu processor
             gaslist_gas ; Check ram position in gaslist.asm, too!
@@ -118,6 +119,7 @@
 do_calibrate_mix:
     extern  calibrate_mix
     call    calibrate_mix               ; Calibrate with opt_calibration_O2_ratio, also calibrate S8 HUD if connected
+    WAITMS  d'250'                      ; Wait for HUD v3
     goto    restart                     ; Restart into surface mode
 
 do_ccr_sensor: