Mercurial > public > hwos_code
comparison src/surfmode.asm @ 629:237931377539
3.07 stable release
author | heinrichsweikamp |
---|---|
date | Fri, 29 Nov 2019 18:48:11 +0100 |
parents | cd58f7fc86db |
children | 185ba2f91f59 |
comparison
equal
deleted
inserted
replaced
628:cd58f7fc86db | 629:237931377539 |
---|---|
489 return ; NO - done | 489 return ; NO - done |
490 IFDEF _screendump | 490 IFDEF _screendump |
491 btfsc screen_dump_avail ; YES - screen dump enabled? | 491 btfsc screen_dump_avail ; YES - screen dump enabled? |
492 return ; YES - no COMM mode to be able to make screen shots of the menu and simulator mode | 492 return ; YES - no COMM mode to be able to make screen shots of the menu and simulator mode |
493 ENDIF | 493 ENDIF |
494 btfss ble_available ; Skip "USB" check in all Bluetooth models (Required for very old OSTC sport) | |
494 goto comm_mode_usb ; YES / NO - proceed to COMM mode, will also set CPU to speed normal | 495 goto comm_mode_usb ; YES / NO - proceed to COMM mode, will also set CPU to speed normal |
495 | 496 return |
496 | 497 |
497 global reset_timeout_surfmode | 498 global reset_timeout_surfmode |
498 reset_timeout_surfmode: | 499 reset_timeout_surfmode: |
499 movlw surfmode_timeout_default ; load default timeout value | 500 movlw surfmode_timeout_default ; load default timeout value |
500 btfsc imprint_sensor_mv ; currently imprinting O2 sensor mV data? | 501 btfsc imprint_sensor_mv ; currently imprinting O2 sensor mV data? |