You are reading a single comment by @Will and its replies. Click here to read the full conversation.
  • I had a similar problem. I could create an AP, but couldnt connect to it. The fix was to "reset" the ESP8266 AFTER the AP was turned on.

    WIFI.startAP("landscape", null, function(){console.log("connected as AP");});
    WIFI.save();
    ESP8266.reboot();
    
About

Avatar for Will @Will started