comparison src/menu_tree.asm @ 236:e2ea74646127

configure hardware_flag byte
author heinrichsweikamp
date Wed, 25 Feb 2015 22:19:30 +0100
parents 23311219dacc
children 633c7a6de5bc
comparison
equal deleted inserted replaced
235:23311219dacc 236:e2ea74646127
69 call menu_processor_pop ; back to last gas. 69 call menu_processor_pop ; back to last gas.
70 70
71 do_ccr_menu: 71 do_ccr_menu:
72 bcf menu_show_sensors ; Clear flag 72 bcf menu_show_sensors ; Clear flag
73 bcf menu_show_sensors2 ; Clear flag 73 bcf menu_show_sensors2 ; Clear flag
74 btfsc rechargeable 74 btfsc analog_o2_input
75 bra do_ccr_menu_c3 75 bra do_ccr_menu_c3
76 MENU_BEGIN tCCRSetup, .5 76 MENU_BEGIN tCCRSetup, .5
77 MENU_OPTION tCCRMode, oCCRMode, 0 77 MENU_OPTION tCCRMode, oCCRMode, 0
78 MENU_CALL tCCRSensor, do_ccr_sensor 78 MENU_CALL tCCRSensor, do_ccr_sensor
79 MENU_CALL tDiluentSetup, do_diluent_setup 79 MENU_CALL tDiluentSetup, do_diluent_setup