mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Fixed a typo in the WebServer example.
This commit is contained in:
parent
598ab1d5c0
commit
24df3ab28d
@ -94,7 +94,7 @@ void loop() {
|
||||
delay(1);
|
||||
// close the connection:
|
||||
client.stop();
|
||||
Serial.println("client disonnected");
|
||||
Serial.println("client disconnected");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user