From f66a48f570a9977510eeebd0660c83e48dd0871e Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 15 Mar 2023 20:47:04 +1300 Subject: [PATCH] Revert "Add supported touch pins for esp32-s2/s3" (#2751) --- components/binary_sensor/esp32_touch.rst | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/components/binary_sensor/esp32_touch.rst b/components/binary_sensor/esp32_touch.rst index cd5adafd4..30b301d9b 100644 --- a/components/binary_sensor/esp32_touch.rst +++ b/components/binary_sensor/esp32_touch.rst @@ -104,10 +104,7 @@ Configuration variables: Touch Pad Pins -------------- -Below are the raw GPIO pin numbers that can be used as touch pads for each variant. - -ESP32 -***** +8 pins on the ESP32 can be used to detect touches. These are (in the default "raw" pin names): - ``GPIO0`` - ``GPIO2`` @@ -120,25 +117,6 @@ ESP32 - ``GPIO32`` - ``GPIO33`` -ESP32-S2 & ESP32-S3 -******************* - -- ``GPIO1`` -- ``GPIO2`` -- ``GPIO3`` -- ``GPIO4`` -- ``GPIO5`` -- ``GPIO6`` -- ``GPIO7`` -- ``GPIO8`` -- ``GPIO9`` -- ``GPIO10`` -- ``GPIO11`` -- ``GPIO12`` -- ``GPIO13`` -- ``GPIO14`` - - Finding thresholds ------------------