mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-03 05:30:36 +08:00
Update esp3d.cpp
remove boot garbage for ESP8266 when restarting
This commit is contained in:
parent
b365cd95df
commit
15367cbd5c
@ -174,7 +174,6 @@ void Esp3D::restart_esp(bool need_restart)
|
|||||||
void Esp3D::restart_now()
|
void Esp3D::restart_now()
|
||||||
{
|
{
|
||||||
log_esp3d("Restarting");
|
log_esp3d("Restarting");
|
||||||
end();
|
|
||||||
serial_service.swap();
|
serial_service.swap();
|
||||||
ESP.restart();
|
ESP.restart();
|
||||||
while (1) {
|
while (1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user