Skip to content

Commit e3cbd23

Browse files
authored
Merge branch 'master' into release/v2.x
2 parents 6dfcdef + cd409b2 commit e3cbd23

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
@@ -470,7 +470,7 @@ void HardwareSerial::end(bool fullyTerminate)
470470
_rxPin = _txPin = _ctsPin = _rtsPin = -1;
471471

472472
}
473-
delay(10);
473+
474474
uartEnd(_uart);
475475
_uart = 0;
476476
_destroyEventTask();

0 commit comments

Comments
 (0)