Skip to content

Commit 8ef3ab2

Browse files
authored
Update README.html
1 parent 24cd746 commit 8ef3ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ <h3 id="release-1.0.5">Release 1.0.5</h3>
620620
<ul>
621621
<li>Updated <code>readNumber()</code> function for faster response and more accurate reading.</li>
622622
<li>Added the <code>readByte()</code> function for reading Serial buffer from user code</li>
623-
<li>Added <code>easyNexReadCustomCommand()</code> 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 <a href="https://github.com/Seithan/EasyNextionLibrary/issues/15">https://github.com/Seithan/EasyNextionLibrary/issues/15</a></li>
623+
<li>Added <code>easyNexReadCustomCommand()</code> 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 <a href="https://github.com/Seithan/EasyNextionLibrary/issues/15">https://github.com/Seithan/EasyNextionLibrary/issues/15</a></li>
624624
<li>Added public variables <code>cmdGroup</code> and <code>cmdLength</code> <strong>ONLY</strong> for read custom commands, stores the command group ID and the length of the command</li>
625625
</ul>
626626
<h3 id="release-1.0.4">Release 1.0.4</h3>

0 commit comments

Comments
 (0)