- fixed stirrer set speed after activate

This commit is contained in:
jens
2020-12-17 18:10:00 +01:00
parent 3f0983b19c
commit 3e0dd029e7
+1
View File
@@ -48,6 +48,7 @@ class StirrerPololu1376(AStirrer):
def on_activate(self, enable):
if enable:
self.ser_send("go")
self.set_speed(self.speed)
else:
self.ser_send("X")