mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Merge remote-tracking branch 'amcewen/wifly_integration' into new-extension
This commit is contained in:
@ -25,7 +25,7 @@ char serverName[] = "www.google.com";
|
||||
// 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:
|
||||
|
Reference in New Issue
Block a user