aboutsummaryrefslogtreecommitdiff
path: root/libraries/Ethernet/examples/WebClient
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Ethernet/examples/WebClient')
-rw-r--r--libraries/Ethernet/examples/WebClient/WebClient.ino (renamed from libraries/Ethernet/examples/WebClient/WebClient.pde)2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Ethernet/examples/WebClient/WebClient.pde b/libraries/Ethernet/examples/WebClient/WebClient.ino
index 646c3aa..1806854 100644
--- a/libraries/Ethernet/examples/WebClient/WebClient.pde
+++ b/libraries/Ethernet/examples/WebClient/WebClient.ino
@@ -23,7 +23,7 @@ IPAddress server(173,194,33,104); // Google
// Initialize the Ethernet client library
// with the IP address and port of the server
// that you want to connect to (port 80 is default for HTTP):
-Client client;
+EthernetClient client;
void setup() {
// start the serial library: