motor test

This commit is contained in:
Bernd Reuther 2021-03-04 14:49:36 +01:00
parent b49f17790f
commit cc6278ef23

View File

@ -89,7 +89,7 @@ def action(changePin, action):
@kamera_server.route("/motor1_test")
def motor_test():
#m2.pwm4.ChangeFrequency(freq_halten)
m2.vorwaerts(10)
m1.vorwaerts(10)
#print('Motortest')
# Pass the template data into the template main.html and return it to the user
return 'fertig'