We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7489b6 commit 5455dfcCopy full SHA for 5455dfc
src/configServer.cpp
@@ -694,7 +694,7 @@ bool CreateWifiSoftAP() {
694
// disconnect(bool wifioff = true, bool eraseap = true)
695
// in the hopes of fixing an occasional issue when ap is not connectable any more after fw upgrade
696
// https://forum.openbikesensor.org/t/verbindung-zum-obs-wlan-schlaegt-fehl-falsches-passwort/2353/9
697
- WiFi.disconnect(false, false);
+ WiFi.disconnect(true, true);
698
log_i("Initialize SoftAP");
699
String apName = OBS_ID;
700
String APPassword = "12345678";
0 commit comments