Skip to content
Discussion options

You must be logged in to vote

Re. the hostname, it appears to not be supported on the micropython LAN driver for esp32. It might be as simple as adding:

    esp_exceptions(tcpip_adapter_set_hostname(TCPIP_ADAPTER_IF_ETH, mod_network_hostname));

just before the end of lan_active() or get_lan() in ports/esp32/network_lan.c. But, I don't currently have an esp32 device with a lan device to test (I hope to get one very soon).

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@glenn20
Comment options

@glenn20
Comment options

Answer selected by liudr
@robert-hh
Comment options

@liudr
Comment options

@glenn20
Comment options

@robert-hh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants