Search found 1 match

by jiangzhiyong
Fri Feb 07, 2020 5:29 am
Forum: ESP-IDF
Topic: how to change host name from "espressif" in wifi station mode for esp32
Replies: 2
Views: 14971

how to change host name from "espressif" in wifi station mode for esp32

I tried to change the host name which is displayed in the router after esp32 is connected to it in station mode. It is displayed as "espressif" in the router. I used esp_netif_get_hostname(esp_netif_sta_handle, (const char**)temp) and esp_netif_set_hostname(esp_netif_sta_handle, (const char*)sta_nam...