Skip to content

Commit

Permalink
Bump minor version for first release of Parity feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
dok-net committed Nov 12, 2019
1 parent 2c5ce57 commit 0d0b8f9
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": "6.0.0",
"version": "6.1.0",
"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.0.0
version=6.1.0
author=Peter Lerup, Dirk Kaar
maintainer=Peter Lerup <peter@lerup.com>
sentence=Implementation of the Arduino software serial for ESP8266/ESP32.
Expand Down

3 comments on commit 0d0b8f9

@dok-net
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ionini @lrlin5656 Please check this out.

@ionini
Copy link

@ionini ionini commented on 0d0b8f9 Nov 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I am kind of lost, what am I looking at?

@dok-net
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, OK - it's not the single change, but the version that I am referring to.
If you can get the ESP8266 Arduino core including the submodules from Git - that extensively documented how to do it - then I'd be glad if you were able to test the implementation with real hardware.
FYI: it's not 9bit vs. 8bit, but it's about serial mode SWSERIAL_8S1, where in order to set the address bit one uses the write() call that allows setting the parity bit, to Mark in this case.
If you don't know what I am talking about, never mind :-) :-) :-)

Please sign in to comment.