You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -610,7 +610,7 @@ Tested MCUs:
610
610
### Release 1.0.5
611
611
- Updated `readNumber()` function for faster response and more accurate reading.
612
612
- Added the `readByte()` function for reading Serial buffer from user code
613
-
- Added `easyNexReadCustomCommand()` function with a weak attribute and will be created only when user declares this function in the main code. The motivation to this function out of the library's files, comes from Ricardo Reis thanks to his issue https://github.com/Seithan/EasyNextionLibrary/issues/15
613
+
- Added `easyNexReadCustomCommand()` function with a weak attribute and will be created only when user declares this function in the main code. The motivation to move this function out of the library's files, comes from Ricardo Reis thanks to his issue https://github.com/Seithan/EasyNextionLibrary/issues/15
614
614
- Added public variables `cmdGroup` and `cmdLength`**ONLY** for read custom commands, stores the command group ID and the length of the command
615
615
616
616
### Release 1.0.4
@@ -676,4 +676,4 @@ The owner of the software has the right to change the terms of this license at a
0 commit comments