-->
Page 2 of 2

Re: Disabling the default SoftAP?

PostPosted: Sun Sep 16, 2018 2:38 pm
by Darren Humphrey
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.