Does the AP code have something equivalent to the arduino code to start DHCP?
wifi.setmode(wifi.SOFTAP) wifi.ap.config({ ssid = 'myssid' pwd = '12345678' }) wifi.ap.dhcp.start() -- important!
@Will started
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.
Does the AP code have something equivalent to the arduino code to start DHCP?