This commit is contained in:
e2002
2022-08-02 11:45:22 +03:00
parent d4b5771005
commit 2aa2fe3dda
7 changed files with 32 additions and 13 deletions

View File

@@ -74,8 +74,10 @@ void Nextion::begin(bool dummy) {
rx_pos = 0;
_volInside=false;
snprintf(_espcoreversion, sizeof(_espcoreversion) - 1, "%d.%d.%d", ESP_ARDUINO_VERSION_MAJOR, ESP_ARDUINO_VERSION_MINOR, ESP_ARDUINO_VERSION_PATCH);
putcmd("");
putcmd("rest");
delay(200);
putcmd("");
putcmd("bkcmd=0");
// putcmd("page boot");
if(dummy) {