evert-arias/EasyButton

ESP32-C3 does not support Touch

Cvaniak opened this issue · 0 comments

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