You'd be looking at the wifi.StartAP() method. You may need the wifi.StopAP() method if it is running at boot. The docs relevant to anything ESP8266 and wifi are here
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You'd be looking at the
wifi.StartAP()
method. You may need thewifi.StopAP()
method if it is running at boot. The docs relevant to anything ESP8266 and wifi are herehttp://www.espruino.com/Reference#Wifi