Skip to content

Commit

Permalink
Update _P097_Esp32Touch.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
chromoxdor committed Jan 1, 2025
1 parent 784b020 commit 38da44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_P097_Esp32Touch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* Added "Wake Up from Sleep", Switch like behaviour + toggle and long press option.
*/

#if defined(SOC_TOUCH_SENSOR_SUPPORTED) && SOC_TOUCH_SENSOR_SUPPORTED

# if defined(ESP32) && !defined(ESP32C2) && !defined(ESP32C3) && !defined(ESP32C6)

# define LAST_TOUCH_INPUT_INDEX SOC_TOUCH_SENSOR_NUM
// Device-specific configuration
# if defined(ESP32_CLASSIC)
# define HAS_T0_INPUT 1
Expand Down

0 comments on commit 38da44f

Please sign in to comment.