You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DHCP renew needs to be run to keep from re-assigning the ip to other devices.
The Arduino Ethernet library handles this with Ethernet.maintain(), which should be run periodically, preferably every loop, but no less than once every 30 seconds.