-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Improves time for setting touch interrupt #7099
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
Conversation
@SuGlider With this PR, the Touch Interrupt no longer works for me on ESP32. It initialised fast (0ms) but it does not work. Check it with this sketch:
|
@SuGlider I think the threshold is not working anymore, because we still use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a look on comments above
Fixed. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description of Change
Fixes and improves the time it takes to set an interrupt with Touchpads in ESP32.
Tests scenarios
With ESP32 as reported in #7097
Espected output shall report 0 as time.
Related links
Fixes #7097