We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if the hostname could be set to custom values. eth = WIZNET5K(spi_bus, cs,is_dhcp=True,debug=True,hostname='mydevice')
Regards bytelinker
The text was updated successfully, but these errors were encountered:
I added this functionality in my pull request #20. Verified to work with PoE-FeatherWing, can ping by hostname.
Sorry, something went wrong.
This functionality is now included in v1.4.0 of this library.
v1.4.0
No branches or pull requests
It would be great if the hostname could be set to custom values.
eth = WIZNET5K(spi_bus, cs,is_dhcp=True,debug=True,hostname='mydevice')
Regards bytelinker
The text was updated successfully, but these errors were encountered: