Deactivate flippr on ball end

This commit is contained in:
Jonas Zeunert
2022-06-06 23:58:59 +02:00
parent 40e90972e4
commit 4523c515f3
2 changed files with 6 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ class StartBallEvent(Event):
def trigger(self, target):
super().trigger(target)
self.flipper.activate()
OutHoleSolenoid().trigger()