Skip to content
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

Open
basilmozg opened this issue Jan 29, 2022 · 4 comments
Open

W5500 "setHostname" issue #51

basilmozg opened this issue Jan 29, 2022 · 4 comments

Comments

@basilmozg
Copy link

"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

@sstaub
Copy link
Owner

sstaub commented Jan 29, 2022

Can try the code from the main branch?

@basilmozg
Copy link
Author

Do you mean a code from examples? There are no examples with .setHostname
I have tried use const *char host = "ethernet" but still the same result.
Am I right when enter "hostname.local" in the browser?

@sstaub
Copy link
Owner

sstaub commented Jan 29, 2022

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.

@basilmozg
Copy link
Author

I sure this is the same last version. But anyway I reload it. Still the same negative result

` modified 12 Aug 2013
by Soohwan Kim ([email protected])

  • 10 Apr. 2015
    Added support for Arduino Ethernet Shield 2
    by Arduino.org team

name=Ethernet3
version=1.5.5`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants