mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-02 19:40:40 +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) {
|
||||
output.printMSG ("Disconnected");
|
||||
ESP3DGlobalOutput::SetStatus("Disconnected");
|
||||
_needReconnect2AP = true;
|
||||
//_needReconnect2AP = true;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user