mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Fixed a typo in the WebServer example.
This commit is contained in:
@ -94,7 +94,7 @@ void loop() {
|
|||||||
delay(1);
|
delay(1);
|
||||||
// close the connection:
|
// close the connection:
|
||||||
client.stop();
|
client.stop();
|
||||||
Serial.println("client disonnected");
|
Serial.println("client disconnected");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user