-->
Page 3 of 3

Re: Change sketch to access point

PostPosted: Fri Sep 22, 2017 11:15 am
by MrMU
martinayotte wrote:You can add a mDNS service to your sketch, then you can use http://myesp1.local for the URL in browser.
Check the example there : https://github.com/esp8266/Arduino/tree ... SP8266mDNS
Beware that on Linux you need to have avahi-utils installed, and on Windows there is Bonjour that need to be installed, but the l've never use Windows ...
If you wish to change the ESP address, that could be done using the WiFi.softAPConfig()


Thank you but this looks very difficult to me.
I think I better keep it this way.