diff src/comm.asm @ 150:074b1a9ded7b

1.51beta start
author heinrichsweikamp
date Wed, 13 Aug 2014 17:43:41 +0200
parents fdd4e30846ae
children 5ee76921e359
line wrap: on
line diff
--- a/src/comm.asm	Mon Aug 11 11:32:44 2014 +0200
+++ b/src/comm.asm	Wed Aug 13 17:43:41 2014 +0200
@@ -93,6 +93,9 @@
 	dcfsnz 	timeout_counter,F
 	bra		comm_service_exit           ; Timeout -> Exit
 comm_mode2:
+    btfsc   c3_hardware
+    bra     comm_mode4                  ; Skip
+
 	call	get_battery_voltage			; gets battery voltage
     movlw   .3
     cpfslt  batt_voltage+1              ; Batt Voltage less then 3*256mV?