Motor driver fix
All checks were successful
Build / build-backend (push) Successful in 3s
Build / build-web (push) Successful in 12s
Build / release (push) Successful in 5s

This commit is contained in:
2026-04-22 12:34:26 +02:00
parent 1e3198d09b
commit f1c530e5b1

View File

@@ -40,7 +40,10 @@ def motor_loop():
while True:
if not motor_running:
time.sleep(0.1)
print("Waiting for motor to start...")
continue
print("Motor running...")
step_motor(200, GPIO.HIGH, 0.001)
time.sleep(1)