From e39b9e6b47fb726f1d6e0436f916afbc71ff2cff Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Wed, 25 Dec 2019 00:51:51 +0100 Subject: [PATCH 1/2] Bug fixes to EspSoftwareSerial, release 6.6.0 Various improvements to the Delegate class template. Memory footprint reduction of SoftwareSerial instances based on 3rd party contribution by @dirkmueller --- libraries/SoftwareSerial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial b/libraries/SoftwareSerial index 34c4fea278..a807d5074f 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit 34c4fea2787d991f7b22193f85a295490bd2a2fc +Subproject commit a807d5074f44f9eed571f5e5ee976b870868dc19 From 7d4af1ddbceda3e00406f9775cff81387da263cd Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Wed, 25 Dec 2019 11:31:20 +0100 Subject: [PATCH 2/2] Bug fix EspSoftwareSerial, delegate template programming for > 3 platforms is interesting. --- libraries/SoftwareSerial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial b/libraries/SoftwareSerial index a807d5074f..1bb28accb7 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit a807d5074f44f9eed571f5e5ee976b870868dc19 +Subproject commit 1bb28accb7cadacd425e7394b5e517933d187106