From ee9af598a3ef0ce5e3be1d2a7e1f3e121acde918 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Sun, 14 Mar 2021 23:20:04 +0100 Subject: [PATCH] Quick fix release for deprecated ICACHE_RAM_ATTR in ESP8266 Arduino core. --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index b61c3d6..d11c511 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EspSoftwareSerial", - "version": "6.11.6", + "version": "6.11.7", "keywords": [ "serial", "io", "softwareserial" ], diff --git a/library.properties b/library.properties index 92cf37f..64b86b0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspSoftwareSerial -version=6.11.6 +version=6.11.7 author=Dirk Kaar, Peter Lerup maintainer=Dirk Kaar sentence=Implementation of the Arduino software serial for ESP8266/ESP32.