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
It looks like it's not possible to reach the set_hostname method. Not sure if it's intended, but it would be useful as it's supposedly used to send out the hostname in DHCP requests (currently defaults to "espressif").
wifi.wifi().sta_netif().set_hostname("foobar");
error[E0624]: method set_hostname is private
The text was updated successfully, but these errors were encountered:
It looks like it's not possible to reach the
set_hostname
method. Not sure if it's intended, but it would be useful as it's supposedly used to send out the hostname in DHCP requests (currently defaults to "espressif").error[E0624]: method
set_hostname
is privateThe text was updated successfully, but these errors were encountered: