-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
W5500 "setHostname" issue #51
Comments
Can try the code from the main branch? |
Do you mean a code from examples? There are no examples with .setHostname |
No, I mean the whole library itself, you can download it directly from the main branch and then install the library manually. There was a change in handling DHCP memory, maybe it solves your problem. |
I sure this is the same last version. But anyway I reload it. Still the same negative result ` modified 12 Aug 2013
name=Ethernet3 |
"setHostname" dont work for me
I use W5500 shield and ESO8266
Init
Ethernet.setHostname("ethernet"); Ethernet.begin(mac);
DHCP return address
But when I link for ethernet.local there os no answer in browser.
What am I doing wrong?
P.S. Wifi host name works fine
The text was updated successfully, but these errors were encountered: