Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Seithan authored Feb 1, 2021
1 parent 170581b commit 58eb985
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,13 @@ Tested MCUs:

## Releases:

### Release 1.0.6
- Corrected line 264 of EasyNextionLibrary.cpp, where the "=" should be "==".
````Cpp
if(_endOfCommandFound == true)
````
Thank you Denis, Gixy31

### Release 1.0.5
- Updated `readNumber()` function for faster response and more accurate reading.
- Added the `readByte()` function for reading Serial buffer from user code
Expand Down

0 comments on commit 58eb985

Please sign in to comment.