arduino-libraries / Ethernet

Ethernet Library for Arduino
http://arduino.cc/
252 stars 253 forks source link

Add hostname parameter to Ethernet.begin #257

Open ThSchwanck opened 2 months ago

ThSchwanck commented 2 months ago

This adds an option to specify the hostname to use with DHCP to the Ethernet.begin method. The default hostname can still be used.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

JAndrassy commented 2 months ago

there is my PR https://github.com/arduino-libraries/Ethernet/pull/233 already