We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1116f2d commit b75a08cCopy full SHA for b75a08c
cores/esp32/HardwareSerial.cpp
@@ -47,7 +47,7 @@ void serialEvent(void) {}
47
#ifndef TX1
48
#if CONFIG_IDF_TARGET_ESP32
49
#define TX1 10
50
-#elif CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
+#elif CONFIG_IDF_TARGET_ESP32S2
51
#define TX1 17
52
#elif CONFIG_IDF_TARGET_ESP32C3
53
#define TX1 19
0 commit comments