From 1ad0809dce93b7873737f2d9d90a0d3e5dbad116 Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 4 Mar 2021 13:09:37 +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 e127fc4..c3a7585 100644 --- a/kamera_server.py +++ b/kamera_server.py @@ -71,6 +71,7 @@ def action(changePin, action): @kamera_server.route("/motor1_test") def motor_test(): + m2.pwm4.ChangeFrequency(freq_halten) m2.vorwaerts(10) #print('Motortest') # Pass the template data into the template main.html and return it to the user