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

@ -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() {