We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33ea92 commit 23f6545Copy full SHA for 23f6545
examples/utility/SelfProvisioning/SelfProvisioning.ino
@@ -81,7 +81,7 @@ void setup() {
81
82
// Connect to WPA/WPA2 network:
83
status = WiFi.begin(ssid, pass);
84
- delay(10000);
+ delay(3000);
85
}
86
87
Serial.print("SSID: ");
0 commit comments