1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-23 19:21:59 +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

@ -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());
}