CoolerMasterTechnology / Pi-Tool

Overclocking and button-remapping utility for the Raspberry Pi 4, designed for Pi Case 40
GNU General Public License v3.0
196 stars 18 forks source link

Don't trigger action when button is still being pressed #9

Closed aspiratfk closed 3 years ago

aspiratfk commented 3 years ago

The action would be triggered even if the button is currently being pressed. This change allows for button press sequences that are longer than SEQUENCE_DELAY.

mntns commented 3 years ago

Good catch, thanks for the PR!