Explorar o código

Changed routing after lock

Stan Janssen %!s(int64=6) %!d(string=hai) anos
pai
achega
7796fb4c99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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