Skip to content

Commit a46d49a

Browse files
committed
Allow reconfiguration of MixedSerial baud rate
1 parent 1eaa6bf commit a46d49a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libraries/MixedSerial/src/MixedSerial.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ void MixedSerial::setTX(uint8_t tx) {
4848

4949
void MixedSerial::begin(long speed) {
5050

51-
if (_tx_delay != 0) {
52-
return;
53-
}
54-
5551
uart.begin(speed);
5652
setTX(_transmitPin);
5753

0 commit comments

Comments
 (0)