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

Fixed a typo in the WebServer example.

This commit is contained in:
Justin Paulin
2013-07-29 13:40:51 -04:00
committed by Federico Fissore
parent 15fd2d1158
commit 5ddbab3693

View File

@ -94,7 +94,7 @@ void loop() {
delay(1);
// close the connection:
client.stop();
Serial.println("client disonnected");
Serial.println("client disconnected");
}
}