From 899893294c50ae304148d3d1b7c589d34e44a87c Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" <19971886+dok-net@users.noreply.github.com> Date: Wed, 2 Oct 2019 19:26:47 +0200 Subject: [PATCH] Align to latest EspSoftwareSerial release (#6584) * Align to latest EspSoftwareSerial release - nothing ESP8266 specific, but drifting versions otherwise makes life hard for users. * 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 6d9f11595..67836ae6e 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit 6d9f1159555f3025078b3510605b5a2721708535 +Subproject commit 67836ae6eecabafd760d32168144f82d46f3b201