From 8c7f579aa110b454c1a6435283bb49d2fe709603 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Wed, 2 Oct 2019 08:31:15 +0200 Subject: [PATCH 1/2] Align to latest EspSoftwareSerial release - nothing ESP8266 specific, but drifting versions otherwise makes life hard for users. --- libraries/SoftwareSerial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial b/libraries/SoftwareSerial index 6d9f115955..2da9a83361 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit 6d9f1159555f3025078b3510605b5a2721708535 +Subproject commit 2da9a8336106bfe3ceac2bc359f6fef00de29977 From 92d799f30e8fe6d83e3bf3af5ed1019f18f887b1 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Wed, 2 Oct 2019 09:50:03 +0200 Subject: [PATCH 2/2] ghostl array compatibility: aggregate initialization, no implicit cast to T*. --- libraries/SoftwareSerial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial b/libraries/SoftwareSerial index 2da9a83361..67836ae6ee 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit 2da9a8336106bfe3ceac2bc359f6fef00de29977 +Subproject commit 67836ae6eecabafd760d32168144f82d46f3b201