1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Removed estraneous lines from Web examples

This commit is contained in:
Tom Igoe
2012-04-23 11:33:42 -04:00
parent 78b5e3cba5
commit 7ce1019dd0
7 changed files with 1 additions and 20 deletions

View File

@ -62,7 +62,6 @@ void setup() {
client.println("Host:www.google.com");
client.println("Connection: close");
client.println();
}
}