Update ESPMegaDisplay.cpp
This commit is contained in:
parent
e2977c565c
commit
9344610582
|
@ -765,7 +765,7 @@ void ESPMegaDisplay::endUpdate()
|
||||||
xSemaphoreGive(this->serialMutex);
|
xSemaphoreGive(this->serialMutex);
|
||||||
this->reset();
|
this->reset();
|
||||||
delay(500);
|
delay(500);
|
||||||
this->begin();
|
esp_restart();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue