You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: