Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Darren Humphrey
#78258
Pablo2048 wrote:The problem can be in sequence of calls to SoftAP initialization IMHO. I'm using this:
Code: Select allWiFi.persistent(true);
WiFi.mode(WIFI_AP);
boolean result = WiFi.softAP("SoftAP_xxyy", "admin");

There is no need to set AP mode after .softAP() call IMHO and softAPConfig has to be called after delay(100).

Thanks! I'll try it and see if things improve. Unfortunately it's a 'it happens sometimes' kind of bug.