Skip to content

Commit e1c8bf8

Browse files
dok-netdevyte
authored andcommitted
Update EspSoftwareSerial to release 5.0.0. (#5965)
* Update EspSoftwareSerial to release 5.0.0. (Includes half-duplex patch for SerialStress.ino) * Updated EspSoftwareSerial to allow Platformio builds that lack defaults for RX/TX defines.
1 parent 77451d6 commit e1c8bf8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libraries/esp8266/examples/SerialStress/SerialStress.ino

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ void setup() {
7474
// so we can still log to the regular usbserial chips
7575
SoftwareSerial* ss = new SoftwareSerial(3, 1);
7676
ss->begin(SSBAUD);
77+
ss->enableIntTx(false);
7778
logger = ss;
7879
logger->println();
7980
logger->printf("\n\nOn Software Serial for logging\n");

0 commit comments

Comments
 (0)