From 24865b137eb0ef19d8e5b682906292485a3e1e42 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Mon, 22 Jun 2020 14:07:53 +0200 Subject: [PATCH 1/2] EspSoftwareSerial 6.8.4: fixes parity for TX with odd data-bit count modes (e.g. 7E1) --- libraries/SoftwareSerial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial b/libraries/SoftwareSerial index 5a84bc8a35..addd91a403 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit 5a84bc8a3588cde4f10f710e4297dc958286cc9f +Subproject commit addd91a403c1f7039ef5aaf5b6d94b4211f727ca From 4c3c3c71658e2f6c7d933f892db810699cc3bd15 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Tue, 23 Jun 2020 14:46:26 +0200 Subject: [PATCH 2/2] EspSoftwareSerial 6.8.5: examples report rx errors from HW serial API, in lieu of specific parity errors, which are not made available. --- libraries/SoftwareSerial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial b/libraries/SoftwareSerial index addd91a403..e51872ca20 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit addd91a403c1f7039ef5aaf5b6d94b4211f727ca +Subproject commit e51872ca201d307a57ca03cbce4d18497c9daef3