Skip to content

Commit

Permalink
Bump up minor version release due to fix for GCC in IDF 5.1 apparentl…
Browse files Browse the repository at this point in the history
…y finally fixing the IRAM_ATTR on templates issue, in turn generating warnings for the previous mitigation in EspSoftwareSerial.
  • Loading branch information
dok-net committed Jul 2, 2023
1 parent f744768 commit 9e61fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EspSoftwareSerial",
"version": "8.0.3",
"version": "8.1.0",
"description": "Implementation of the Arduino software serial for ESP8266/ESP32.",
"keywords": [
"serial", "io", "softwareserial"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EspSoftwareSerial
version=8.0.3
version=8.1.0
author=Dirk Kaar, Peter Lerup
maintainer=Dirk Kaar <[email protected]>
sentence=Implementation of the Arduino software serial for ESP8266/ESP32.
Expand Down

0 comments on commit 9e61fa0

Please sign in to comment.