- Wed Jul 29, 2015 12:06 pm
#24557
Hi Guys,
@Ridge, have you tried setting a rogue ap name and then trying to access the ap and reconfigure?
Mine is very problematic. I have enabled Serial.setDebugOutput(true); when it is trying to connect to MYSSID that does not exist it retry's every second, auto-reconnect, this seems to drive the access point mode mad. It regularly drops of my listed networks on my win7 build and also my tablet.
I added the following after one round of connection attempts: wifi_station_set_auto_connect(false); // disable auto connect
wifi_station_disconnect();
This now allows the access point to operate normally response is good, once new config saved it tries again and repeats the process.
How was your experience with the above?
I am considering adding a button once pushed access mode is enabled.
Cheers
Dans