-->
Page 1 of 1

Rename ESP8266

PostPosted: Wed Nov 25, 2015 8:43 am
by vipinchandras
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 :)

Re: Rename ESP8266

PostPosted: Wed Nov 25, 2015 9:44 am
by martinayotte
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.