Chat freely about anything...

User avatar
By vipinchandras
#34959 I'm using an ESP-01 and when I configure to access point mode using my arduino it displays "ESP-09EBF" . Can i change the name to something else? If so please help me :)
User avatar
By martinayotte
#34961 In ArduinoESP, there is the Wifi.hostname("MyESP") function for the name shown during an STA connection.
And during an AP SSID broadcast, the name is set during the AP initialisation done with WiFi.softAP("MyESPAP", "password")
The plain SDK has the equivalent functions.