From 93e3deafc546f1eae274ab2bc6b081cc04991598 Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 4 Mar 2021 15:00:00 +0100 Subject: [PATCH] motor test --- kamera_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kamera_server.py b/kamera_server.py index b74d27b..b8cc063 100644 --- a/kamera_server.py +++ b/kamera_server.py @@ -90,6 +90,7 @@ def action(changePin, action): def motor_test(): #m2.pwm4.ChangeFrequency(freq_halten) m1.vorwaerts(10) + time.sleep(5) #print('Motortest') # Pass the template data into the template main.html and return it to the user return 'fertig'