mirror of
https://github.com/itead/ITEADLIB_Arduino_Nextion.git
synced 2026-03-14 14:06:50 +01:00
Remove while(true) in nexLoop API. Remove example's dbSerial info.
Signed-off-by: shennongmin <wupangfee@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
NexButton b0 = NexButton(0, 1, "b0");
|
||||
char buffer[100] = {0};
|
||||
|
||||
NexTouch *nexListenList[] =
|
||||
NexTouch *nex_listen_list[] =
|
||||
{
|
||||
&b0,
|
||||
NULL
|
||||
@@ -54,6 +54,5 @@ void setup(void)
|
||||
|
||||
void loop(void)
|
||||
{
|
||||
dbSerialPrintln("nexLoop");
|
||||
nexLoop(nexListenList);
|
||||
nexLoop(nex_listen_list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user