Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ESP32 touch sensors as button alternative #1190

Merged
merged 4 commits into from
Sep 20, 2020
Merged

Conversation

Jakeler
Copy link
Contributor

@Jakeler Jakeler commented Sep 19, 2020

This PR adds the option to use the builtin ESP32 touch sensors with the existing button functionality. So it can trigger custom macros etc. without additional hardware.
Like with physical buttons it can be enabled with a define, in this case TOUCHPIN. If a normal BTNPIN is defined as well, it will read both and will execute the action if at least one of them is pressed/touched.
Should fix issue #752.

@Aircoookie Aircoookie merged commit a3e1af7 into wled:master Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants