mirror of
https://github.com/itead/ITEADLIB_Arduino_Nextion.git
synced 2026-03-25 03:16:51 +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:
@@ -26,7 +26,7 @@ NexButton b1 = NexButton(0, 3, "b1", b1PopCallback);
|
||||
|
||||
char buffer[100] = {0};
|
||||
|
||||
NexTouch *nexListenList[] =
|
||||
NexTouch *nex_listen_list[] =
|
||||
{
|
||||
&t0,
|
||||
&b0,
|
||||
@@ -87,7 +87,6 @@ void setup(void)
|
||||
|
||||
void loop(void)
|
||||
{
|
||||
dbSerialPrintln("nexLoop");
|
||||
nexLoop(nexListenList);
|
||||
nexLoop(nex_listen_list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user