Hi,
In Httpserver example and out of box example. we access the web with following url.
http://mysimplelink.net
I am trying to find a place where I can change it to something for my own url. The reason is that we are building a device that will go in to field and will accept configuration using httpserver. We would like to brand it with our own url and SSID name. Can someone please let me know where to change url and SSID of AP mode.
I tried to grep "http://mysimplelink.net" in SDK and only file I found is httpserver/main.c where it is present as printf.