external nextion display example

This commit is contained in:
Siwat Sirichai 2023-09-30 16:29:16 +07:00
parent 6edef21351
commit 6ccbc32911
6 changed files with 38 additions and 18 deletions

View file

@ -222,8 +222,8 @@ bool nexInit(void)
bool ret1 = false;
bool ret2 = false;
dbSerialBegin(9600);
nexSerial.begin(9600);
//dbSerialBegin(9600);
nexSerial.begin(115200);
sendCommand("");
sendCommand("bkcmd=1");
ret1 = recvRetCommandFinished();