Update esp3d.cpp

remove boot garbage for ESP8266 when restarting
This commit is contained in:
Luc 2020-06-15 16:24:36 +02:00
parent b365cd95df
commit 15367cbd5c

View File

@ -174,7 +174,6 @@ void Esp3D::restart_esp(bool need_restart)
void Esp3D::restart_now()
{
log_esp3d("Restarting");
end();
serial_service.swap();
ESP.restart();
while (1) {