Update ESPMegaDisplay.cpp

This commit is contained in:
Siwat Sirichai 2024-03-31 00:07:55 +07:00
parent e2977c565c
commit 9344610582
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ void ESPMegaDisplay::endUpdate()
xSemaphoreGive(this->serialMutex);
this->reset();
delay(500);
this->begin();
esp_restart();
}
/**