1
0
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:
David A. Mellis
2011-08-31 14:25:04 -04:00
36 changed files with 333 additions and 140 deletions

View File

@ -33,7 +33,7 @@ IPAddress server(1,1,1,1);
// with the IP address and port of the server
// that you want to connect to (port 23 is default for telnet;
// if you're using Processing's ChatServer, use port 10002):
Client client;
EthernetClient client;
void setup() {
// start the Ethernet connection: