-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: [APdisconnect] set_config failed! #2950
Comments
my board also get in a persistent mode AP+STA, and no matter what i do i a sketch to remove the AP, doesn't work. set_config failed!
reboot, printDiag still mode I guess Ill throw master on here and see if its fixed |
looks like the only way I got it to work so far was to make it AP only, the disconnect still returns false, and says failed but it works,
any clue why? Figuring sta causes issues with ap I tried I just realized begin() does touch ap flash via the #1997 workaround |
@tablatronix is this still an issue with latest git? To be honest, I don't fully understand your problem description. |
Ill check again, I have been waiting for rc1 |
@tablatronix rc2 is out. Have you tested if this is still valid? |
Sorry I have not, let me install master real quick |
I have some example sketches and a bug with apdisconnect failing also now in rc2 I will post them tomorrow. |
created, #3793 |
Basic Infos
Hardware
Hardware: nodemcu v1
Core Version: 2.3
Description
When I call softap or I get debug level errors, on config
ret
variable failuresWiFi.softAPdisconnect();
Settings in IDE
Module: nodemcu v1 amica
Flash Size: 4MB/1MB
CPU Frequency: 80Mhz
Flash Mode: qio
Flash Frequency: 40Mhz
Upload Using: SERIAL
Reset Method: nodemcu?
Sketch
Cannot reproduce outside of larger sketch
What in the world would cause this ?
The text was updated successfully, but these errors were encountered: