Skip to content

Commit e6f85b7

Browse files
committed
Removed unnecessary invocation of Ethernet.maintain()
Since this example utilizes a statically assigned IP address, it is not necessary to call Ethernet.maintain().
1 parent 870171a commit e6f85b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Ethernet/examples/WebServer/WebServer.ino

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ void loop() {
9797
// close the connection:
9898
client.stop();
9999
Serial.println("client disconnected");
100-
Ethernet.maintain();
101100
}
102101
}
103102

0 commit comments

Comments
 (0)