Mercurial > public > hwos_code
comparison src/menu_tree.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 | 08d7eb26665c |
children | 64a45f203144 |
comparison
equal
deleted
inserted
replaced
529:08d7eb26665c | 530:d36f9fca10ae |
---|---|
129 | 129 |
130 do_calibrate_mix: | 130 do_calibrate_mix: |
131 extern calibrate_mix | 131 extern calibrate_mix |
132 call calibrate_mix ; Calibrate with opt_calibration_O2_ratio, also calibrate S8 HUD if connected | 132 call calibrate_mix ; Calibrate with opt_calibration_O2_ratio, also calibrate S8 HUD if connected |
133 WAITMS d'250' ; Wait for HUD v3 | 133 WAITMS d'250' ; Wait for HUD v3 |
134 movlw .9 | |
135 movwf customview_surfmode ; show sensor mV custom view after restart | |
134 goto restart ; Restart into surface mode | 136 goto restart ; Restart into surface mode |
135 | 137 |
136 do_ccr_sensor: | 138 do_ccr_sensor: |
137 call enable_ir_s8 ; Enable IR/S8-Port | 139 call enable_ir_s8 ; Enable IR/S8-Port |
138 bsf menu_show_sensors ; Set flag | 140 bsf menu_show_sensors ; Set flag |