Skip to content

Commit b75a08c

Browse files
authored
Fixes UART_1 TX Pin setup
When passing the PR to this branch, it seems that the change to this line was forgotten.
1 parent 1116f2d commit b75a08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/HardwareSerial.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void serialEvent(void) {}
4747
#ifndef TX1
4848
#if CONFIG_IDF_TARGET_ESP32
4949
#define TX1 10
50-
#elif CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
50+
#elif CONFIG_IDF_TARGET_ESP32S2
5151
#define TX1 17
5252
#elif CONFIG_IDF_TARGET_ESP32C3
5353
#define TX1 19

0 commit comments

Comments
 (0)