Skip to content

Commit bd4a9a6

Browse files
committed
Updated Google numeric address in WifiWebClient
1 parent d6b768d commit bd4a9a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WiFi/examples/WifiWebClient/WifiWebClient.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626

2727
char ssid[] = "YourNetwork"; // your network SSID (name)
2828
char pass[] = "password"; // your network password (use for WPA, or use as key for WEP)
29+
2930
int keyIndex = 0; // your network key Index number (needed only for WEP)
3031

3132
int status = WL_IDLE_STATUS;
32-
IPAddress server(173,194,43,18); // Google
33+
IPAddress server(173,194,73,105); // Google
34+
//char server[] = "www.google.com";
3335

3436
// Initialize the Ethernet client library
3537
// with the IP address and port of the server

0 commit comments

Comments
 (0)