We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c1230 commit 16abd0aCopy full SHA for 16abd0a
ports/esp32/machine_touchpad.c
@@ -43,7 +43,7 @@
43
#include "driver/touch_pad.h"
44
#elif SOC_TOUCH_SENSOR_VERSION == 2 // Most ESP32 SoCs
45
#include "driver/touch_sensor.h"
46
-#elif SOC_TOUCH_SENSOR_VERSION == 3 // All other SoCs with touch, to date
+#elif SOC_TOUCH_SENSOR_VERSION == 3 // Currently ESP32-P4
47
#include "driver/touch_sens.h"
48
#else
49
#error "Unknown touch hardware version"
0 commit comments