mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Removed estraneous lines from Web examples
This commit is contained in:
parent
78b5e3cba5
commit
7ce1019dd0
@ -49,10 +49,7 @@ void setup() {
|
||||
server.begin();
|
||||
// you're connected now, so print out the status:
|
||||
printWifiStatus();
|
||||
// print the Wifi board/shield's IP address:
|
||||
Serial.print("My IP address: ");
|
||||
Serial.println(WiFi.localIP());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void loop() {
|
||||
|
@ -59,9 +59,6 @@ void setup() {
|
||||
}
|
||||
// you're connected now, so print out the status:
|
||||
printWifiStatus();
|
||||
// print the Wifi board/shield's IP address:
|
||||
Serial.print("My IP address: ");
|
||||
Serial.println(WiFi.localIP());
|
||||
}
|
||||
|
||||
|
||||
|
@ -64,9 +64,6 @@ void setup() {
|
||||
}
|
||||
// you're connected now, so print out the status:
|
||||
printWifiStatus();
|
||||
// print the Wifi board/shield's IP address:
|
||||
Serial.print("My IP address: ");
|
||||
Serial.println(WiFi.localIP());
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
@ -62,9 +62,6 @@ void setup() {
|
||||
}
|
||||
// you're connected now, so print out the status:
|
||||
printWifiStatus();
|
||||
// print the Wifi board/shield's IP address:
|
||||
Serial.print("My IP address: ");
|
||||
Serial.println(WiFi.localIP());
|
||||
connectToServer();
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,6 @@ void setup() {
|
||||
client.println("Host:www.google.com");
|
||||
client.println("Connection: close");
|
||||
client.println();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -48,9 +48,6 @@ void setup() {
|
||||
}
|
||||
// you're connected now, so print out the status:
|
||||
printWifiStatus();
|
||||
// print the Wifi board/shield's IP address:
|
||||
Serial.print("My IP address: ");
|
||||
Serial.println(WiFi.localIP());
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
@ -43,9 +43,6 @@ void setup() {
|
||||
server.begin();
|
||||
// you're connected now, so print out the status:
|
||||
printWifiStatus();
|
||||
// print the Wifi board/shield's IP address:
|
||||
Serial.print("My IP address: ");
|
||||
Serial.println(WiFi.localIP());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user