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
<li>Updated <code>readNumber()</code> function for faster response and more accurate reading.</li>
622
622
<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 <ahref="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 <ahref="https://github.com/Seithan/EasyNextionLibrary/issues/15">https://github.com/Seithan/EasyNextionLibrary/issues/15</a></li>
624
624
<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>
0 commit comments