Skip to content

Commit

Permalink
Update README.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Seithan authored Dec 16, 2020
1 parent 24cd746 commit 8ef3ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ <h3 id="release-1.0.5">Release 1.0.5</h3>
<ul>
<li>Updated <code>readNumber()</code> function for faster response and more accurate reading.</li>
<li>Added the <code>readByte()</code> function for reading Serial buffer from user code</li>
<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>
<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>
<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>
</ul>
<h3 id="release-1.0.4">Release 1.0.4</h3>
Expand Down

0 comments on commit 8ef3ab2

Please sign in to comment.