• 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!
    
About

Avatar for Will @Will started