Skip to content

Commit 58eb985

Browse files
authored
Update README.md
1 parent 170581b commit 58eb985

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,13 @@ Tested MCUs:
607607

608608
## Releases:
609609

610+
### Release 1.0.6
611+
- Corrected line 264 of EasyNextionLibrary.cpp, where the "=" should be "==".
612+
````Cpp
613+
if(_endOfCommandFound == true)
614+
````
615+
Thank you Denis, Gixy31
616+
610617
### Release 1.0.5
611618
- Updated `readNumber()` function for faster response and more accurate reading.
612619
- Added the `readByte()` function for reading Serial buffer from user code

0 commit comments

Comments
 (0)