Skip to content

Commit 5455dfc

Browse files
authored
Update configServer.cpp
That's a dumb typo
1 parent e7489b6 commit 5455dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configServer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ bool CreateWifiSoftAP() {
694694
// disconnect(bool wifioff = true, bool eraseap = true)
695695
// in the hopes of fixing an occasional issue when ap is not connectable any more after fw upgrade
696696
// https://forum.openbikesensor.org/t/verbindung-zum-obs-wlan-schlaegt-fehl-falsches-passwort/2353/9
697-
WiFi.disconnect(false, false);
697+
WiFi.disconnect(true, true);
698698
log_i("Initialize SoftAP");
699699
String apName = OBS_ID;
700700
String APPassword = "12345678";

0 commit comments

Comments
 (0)