From 0cd90ed4ad56ec5f25a20b49c96e3812184ed9c1 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" <19971886+dok-net@users.noreply.github.com> Date: Sat, 30 Oct 2021 09:52:38 +0200 Subject: [PATCH] EspSoftwareSerial 6.14.1: Add API for selecting Rx GPIO PULLUP at runtime (#8353) * EspSoftwareSerial 6.14.0: Add API for selecting Rx GPIO PULLUP at runtime. * EspSoftwareSerial: bug fix 6.14.1: Set default RX pullup once in ctor, prevents flipping of that state on begin(). --- libraries/SoftwareSerial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial b/libraries/SoftwareSerial index bdcbe747f..bd2f6ce6a 160000 --- a/libraries/SoftwareSerial +++ b/libraries/SoftwareSerial @@ -1 +1 @@ -Subproject commit bdcbe747f87417dcf0bb1b025912f49880ed32e8 +Subproject commit bd2f6ce6a78d0c31b6978bcffb3c8379a5e4e2e4