We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3263fcb commit 59bd30aCopy full SHA for 59bd30a
hardware/esp8266com/esp8266/libraries/ESP8266WiFi/examples/WiFiAccessPoint/WiFiAccessPoint.ino
@@ -55,9 +55,6 @@ void setup() {
55
/* You can remove the password parameter if you want the AP to be open. */
56
WiFi.softAP(ssid, password);
57
58
- while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); }
59
-
60
- Serial.println("done");
61
IPAddress myIP = WiFi.softAPIP();
62
Serial.print("AP IP address: ");
63
Serial.println(myIP);
0 commit comments