mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-03 03:00:37 +08:00
Disable autoconnect when disconnected until workaround found
This commit is contained in:
parent
d0e5e3434f
commit
f83e6a556e
@ -162,7 +162,7 @@ void NetConfig::onWiFiEvent(WiFiEvent_t event)
|
|||||||
if(_started) {
|
if(_started) {
|
||||||
output.printMSG ("Disconnected");
|
output.printMSG ("Disconnected");
|
||||||
ESP3DGlobalOutput::SetStatus("Disconnected");
|
ESP3DGlobalOutput::SetStatus("Disconnected");
|
||||||
_needReconnect2AP = true;
|
//_needReconnect2AP = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user