Skip to content

Commit

Permalink
FAST: Fix debounce order with NC switches
Browse files Browse the repository at this point in the history
fixes #1719
  • Loading branch information
toomanybrians committed Oct 14, 2023
1 parent 9a348ad commit db8703c
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 58 deletions.
1 change: 1 addition & 0 deletions mpf/platforms/fast/fast_switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def convert_mpf_config_to_fast(self, mpf_config, platform_settings) -> FastSwitc

if mpf_config.invert:
mode = '02'
debounce_close, debounce_open = debounce_open, debounce_close
else:
mode = '01'

Expand Down
Loading

0 comments on commit db8703c

Please sign in to comment.