We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In file where is defined support for Touch there is check if Micro Controller is ESP32:
Touch
EasyButton/src/EasyButtonTouch.cpp
Line 8 in 4e81841
So this check should be more precise excluding this MC.
If you have project on ESP32-C3 you can just write in this line #if false or remove files ended with *Touch.cpp.
#if false
*Touch.cpp
ESP32 Comparison Full ESP32 Datasheets
The text was updated successfully, but these errors were encountered:
a00856a
Successfully merging a pull request may close this issue.
Overview
In file where is defined support for
Touch
there is check if Micro Controller is ESP32:EasyButton/src/EasyButtonTouch.cpp
Line 8 in 4e81841
How ever ESP32-C3 include this flag but also does not support
Touch
what causes error on build.Solution
So this check should be more precise excluding this MC.
Temp Solution
If you have project on ESP32-C3 you can just write in this line
#if false
or remove files ended with*Touch.cpp
.Some links
ESP32 Comparison
Full ESP32 Datasheets
The text was updated successfully, but these errors were encountered: