From 44a8dbedea19a71fed339dd6caf63d07555dd03d Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Tue, 9 Apr 2019 15:13:42 +0200 Subject: [PATCH 1/2] Update EspSoftwareSerial to release 5.0.0. (Includes half-duplex patch for SerialStress.ino) --- libraries/SoftwareSerial | 2 +- libraries/esp8266/examples/SerialStress/SerialStress.ino | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial b/libraries/SoftwareSerial index 23ae000cb2..01b2f6320a 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit 23ae000cb2cf4d5823a2744f6b8ae831575ff135 +Subproject commit 01b2f6320a90491944d88636a5d5cd8516f80321 diff --git a/libraries/esp8266/examples/SerialStress/SerialStress.ino b/libraries/esp8266/examples/SerialStress/SerialStress.ino index 12ca68d4d5..1412abd2be 100644 --- a/libraries/esp8266/examples/SerialStress/SerialStress.ino +++ b/libraries/esp8266/examples/SerialStress/SerialStress.ino @@ -74,6 +74,7 @@ void setup() { // so we can still log to the regular usbserial chips SoftwareSerial* ss = new SoftwareSerial(3, 1); ss->begin(SSBAUD); + ss->enableIntTx(false); logger = ss; logger->println(); logger->printf("\n\nOn Software Serial for logging\n"); From e290d27e47a28fd48e03eed2e5ce57ad8470087f Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Tue, 9 Apr 2019 20:02:20 +0200 Subject: [PATCH 2/2] Updated EspSoftwareSerial to allow Platformio builds that lack defaults for RX/TX defines. --- libraries/SoftwareSerial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial b/libraries/SoftwareSerial index 01b2f6320a..457849f478 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit 01b2f6320a90491944d88636a5d5cd8516f80321 +Subproject commit 457849f4787b33927ca211b1353420311c21e5a7