Changed the default pin of ESP32-S2

This commit is contained in:
nopnop2002
2021-07-08 07:49:00 +09:00
parent 00287611fd
commit 52a1ab54a2
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ menu "Application Configuration"
int "CTX GPIO number"
range 0 34
default 2 if IDF_TARGET_ESP32C3
default 20 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
default 17 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
default 21 if IDF_TARGET_ESP32
help
GPIO number (IOxx) to CTX.
@@ -56,7 +56,7 @@ menu "Application Configuration"
int "CRX GPIO number"
range 0 34
default 3 if IDF_TARGET_ESP32C3
default 21 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
default 18 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
default 22 if IDF_TARGET_ESP32
help
GPIO number (IOxx) to CRX.