Skip to content

Commit 23f6545

Browse files
committed
SelfProvisioning: reduce delay for WiFi connection
1 parent e33ea92 commit 23f6545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utility/SelfProvisioning/SelfProvisioning.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void setup() {
8181

8282
// Connect to WPA/WPA2 network:
8383
status = WiFi.begin(ssid, pass);
84-
delay(10000);
84+
delay(3000);
8585
}
8686

8787
Serial.print("SSID: ");

0 commit comments

Comments
 (0)