浏览代码

Changed routing after lock

Stan Janssen 6 年之前
父节点
当前提交
7796fb4c99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      minimalmode3.asm

+ 1 - 1
minimalmode3.asm

@@ -314,7 +314,7 @@ lock
     call    delay100        ; Blocking 100ms delay
     bsf     PORTA, 4        ; Stop the motor
     call    delay2000       ; Wait 2 seconds to charge the capacitor back up..
-    goto    idle
+    goto    connected
     
 
 unlock