Skip to content

Commit

Permalink
Fix for local relative #include
Browse files Browse the repository at this point in the history
  • Loading branch information
dok-net committed Nov 12, 2019
1 parent 0d0b8f9 commit 38e3f1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "6.1.0",
"version": "6.1.1",
"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=6.1.0
version=6.1.1
author=Peter Lerup, Dirk Kaar
maintainer=Peter Lerup <[email protected]>
sentence=Implementation of the Arduino software serial for ESP8266/ESP32.
Expand Down
2 changes: 1 addition & 1 deletion src/SoftwareSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <SoftwareSerial.h>
#include "SoftwareSerial.h"
#include <Arduino.h>

#ifdef ESP32
Expand Down

0 comments on commit 38e3f1a

Please sign in to comment.