We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3062f commit 1110dfaCopy full SHA for 1110dfa
examples/WiFiUdpSendReceiveString/WiFiUdpSendReceiveString.ino
@@ -48,7 +48,7 @@ void setup() {
48
Serial.print("Attempting to connect to SSID: ");
49
Serial.println(ssid);
50
// Connect to WPA/WPA2 network. Change this line if using open or WEP network:
51
- status = WiFi.begin(ssid);
+ status = WiFi.begin(ssid, pass);
52
53
// wait 10 seconds for connection:
54
delay(10000);
0 commit comments