Skip to content

Commit b745111

Browse files
peternewmanigrr
authored andcommitted
Don't wait for a connection to an AP when we're supposed to be the AP.
1 parent 5d4266a commit b745111

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/ESP8266WiFi/examples/WiFiAccessPoint/WiFiAccessPoint.ino

-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ void setup() {
5555
/* You can remove the password parameter if you want the AP to be open. */
5656
WiFi.softAP(ssid, password);
5757

58-
while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); }
59-
60-
Serial.println("done");
6158
IPAddress myIP = WiFi.softAPIP();
6259
Serial.print("AP IP address: ");
6360
Serial.println(myIP);

0 commit comments

Comments
 (0)