ESP32-C3 does not support Touch
Cvaniak opened this issue · 0 comments
Cvaniak commented
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
.