There was an error while loading. Please reload this page.
1 parent 170581b commit 58eb985Copy full SHA for 58eb985
README.md
@@ -607,6 +607,13 @@ Tested MCUs:
607
608
## Releases:
609
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
+
617
### Release 1.0.5
618
- Updated `readNumber()` function for faster response and more accurate reading.
619
- Added the `readByte()` function for reading Serial buffer from user code
0 commit comments