Skip to content

Commit

Permalink
Update service mode to use flipper tags instead of switches
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Jan 11, 2025
1 parent bc7a414 commit 448cece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpf/modes/service/code/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ async def _get_key(self):
["sw_service_esc_active"]
): "ESC",
self.machine.events.wait_for_any_event(
["s_flipper_left_inactive"]
["sw_left_flipper_inactive"]
): "PAGE_LEFT",
self.machine.events.wait_for_any_event(
["s_flipper_right_inactive"]
["sw_right_flipper_inactive"]
): "PAGE_RIGHT",
self.machine.events.wait_for_any_event(
# Use the INACTIVE event to prevent attract from starting a game
Expand Down

0 comments on commit 448cece

Please sign in to comment.