comparison src/menu_processor.asm @ 612:6dd6b37da7c8

TODO: screendump debug
author heinrichsweikamp
date Wed, 09 Jan 2019 21:53:02 +0100
parents d866684249bd
children e76a87e087ef
comparison
equal deleted inserted replaced
611:cd7991986ace 612:6dd6b37da7c8
353 call TFT_dump_screen_check ; YES - check if requested and do it 353 call TFT_dump_screen_check ; YES - check if requested and do it
354 ELSE 354 ELSE
355 btfsc disable_comm_mode ; COMM mode disabled (happens during new battery procedure)? 355 btfsc disable_comm_mode ; COMM mode disabled (happens during new battery procedure)?
356 bra menu_line_loop ; YES - loop 356 bra menu_line_loop ; YES - loop
357 ENDIF 357 ENDIF
358 358 btfsc enable_screen_dumps ; screendump enabled?
359 bra menu_line_loop ; loop and skip the COMM mode
360
359 btfsc vusb_in ; USB plugged in? 361 btfsc vusb_in ; USB plugged in?
360 call comm_mode ; YES - start COMM mode 362 call comm_mode ; YES - start COMM mode
361 363
362 bra menu_line_loop ; loop 364 bra menu_line_loop ; loop
363 365