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

Setting hostname works for WLAN (Wifi) but not for LAN (Ethernet) #38

Open
hagenbuch opened this issue Jun 14, 2023 · 0 comments
Open

Comments

@hagenbuch
Copy link

I have several Olimex ESP32-POE Rev. B and I am using micropython 1.20. Howeever, the source of the bug I think I have seen might come from here.

I am able to set an own hostname

network.hostname("myhost") 

that will be used while requesting an IP via DHCP when using WLAN (Wifi).

However, when I try to use LAN (Ethernet), the hostname the DHCP server remains always ESP32-POE.

I assume this might be true even for Arduino, so maybe someone would like to shed a little light on this? I'l ltry to ask the micropython folks as well..

Andreas

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

1 participant