debug m3
This commit is contained in:
parent
2d848ea002
commit
39a78eac2c
@ -126,10 +126,6 @@ def motor_test(drehen, pos1, kippen, pos2, zoom, pos3):
|
||||
th2.join()
|
||||
th3.join()
|
||||
|
||||
while m1.aktiv == 1 or m2.aktiv == 1 or m3.aktiv == 1:
|
||||
print('warten')
|
||||
time.sleep(1)
|
||||
|
||||
return 'Drehen: ' + str(m1.pos) + ', Kippen: ' + str(m2.pos) + ', Zoom: ' + str(m3.pos)
|
||||
|
||||
@kamera_server.route("/eichen")
|
||||
|
Loading…
x
Reference in New Issue
Block a user