Mercurial > public > hwos_code
diff src/menu_processor.asm @ 612:6dd6b37da7c8
TODO: screendump debug
author | heinrichsweikamp |
---|---|
date | Wed, 09 Jan 2019 21:53:02 +0100 |
parents | d866684249bd |
children | e76a87e087ef |
line wrap: on
line diff
--- a/src/menu_processor.asm Wed Jan 09 21:28:53 2019 +0100 +++ b/src/menu_processor.asm Wed Jan 09 21:53:02 2019 +0100 @@ -355,7 +355,9 @@ btfsc disable_comm_mode ; COMM mode disabled (happens during new battery procedure)? bra menu_line_loop ; YES - loop ENDIF - + btfsc enable_screen_dumps ; screendump enabled? + bra menu_line_loop ; loop and skip the COMM mode + btfsc vusb_in ; USB plugged in? call comm_mode ; YES - start COMM mode