Revert "Add supported touch pins for esp32-s2/s3" (#2751)

This commit is contained in:
Jesse Hills 2023-03-15 20:47:04 +13:00 committed by GitHub
parent d911bbbab4
commit 1301ee92a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 23 deletions

View File

@ -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
------------------