8000 minor update to IPv6 example · esp8266/Arduino@1bc5bc8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bc5bc8

Browse files
committed
minor update to IPv6 example
1 parent 2693714 commit 1bc5bc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/esp8266/examples/IPv6/IPv6.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ void loop() {
118118

119119
if (statusServer.hasClient()) {
120120
WiFiClient cli = statusServer.available();
121-
cli.setNoDelay(0); // should be default, was not default
122121
status(cli);
123-
cli.flush(); // not needed before .stop()
124122
cli.stop();
125123
}
126124

0 commit comments

Comments
 (0)
0