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

ESP32-C3 does not support Touch #74

Closed
Cvaniak opened this issue Sep 23, 2022 · 0 comments · Fixed by ncmreynolds/EasyButton#1
Closed

ESP32-C3 does not support Touch #74

Cvaniak opened this issue Sep 23, 2022 · 0 comments · Fixed by ncmreynolds/EasyButton#1

Comments

@Cvaniak
Copy link

Cvaniak commented Sep 23, 2022

Overview

In file where is defined support for Touch there is check if Micro Controller is ESP32:

#if defined(ESP32)

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

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 a pull request may close this issue.

1 participant