comparison src/menu_tree.asm @ 145:e3ac5b2021bc

NEW: Setpoint-Fallback option for external O2 sensor failure
author heinrichsweikamp
date Tue, 05 Aug 2014 16:55:09 +0200
parents b839972db982
children 022b886eddaf
comparison
equal deleted inserted replaced
144:b839972db982 145:e3ac5b2021bc
97 goto restart ; Restart into surface mode 97 goto restart ; Restart into surface mode
98 98
99 do_ccr_sensor: 99 do_ccr_sensor:
100 call enable_ir ; Enable IR-Port 100 call enable_ir ; Enable IR-Port
101 bsf menu_show_sensors ; Set flag 101 bsf menu_show_sensors ; Set flag
102 MENU_BEGIN tCCRSensor, .4 102 MENU_BEGIN tCCRSensor, .5
103 MENU_CALL tDiveHudMask1, 0 103 MENU_CALL tDiveHudMask1, 0
104 MENU_CALL tDiveHudMask2, 0 104 MENU_CALL tDiveHudMask2, 0
105 MENU_CALL tDiveHudMask3, 0 105 MENU_CALL tDiveHudMask3, 0
106 MENU_OPTION tSensorFallback,oSensorFallback, 0
106 MENU_CALL tExit, return_ccr_menu 107 MENU_CALL tExit, return_ccr_menu
107 MENU_END 108 MENU_END
108 109
109 do_diluent_setup: 110 do_diluent_setup:
110 bsf ccr_diluent_setup ; =1: Setting up Diluents ("Gas6-10") 111 bsf ccr_diluent_setup ; =1: Setting up Diluents ("Gas6-10")