-
Notifications
You must be signed in to change notification settings - Fork 13.3k
BUG: softAPdisconnect return value corruption #3795
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
Comments
tablatronix
added a commit
to tablatronix/Arduino
that referenced
this issue
Nov 4, 2017
pr #3796 |
This bug could be masking other bugs, eg, #3793 |
tablatronix
referenced
this issue
in tablatronix/Arduino
Nov 5, 2017
devyte
added a commit
to tablatronix/Arduino
that referenced
this issue
Nov 17, 2017
devyte
added a commit
to tablatronix/Arduino
that referenced
this issue
Nov 17, 2017
devyte
added a commit
to tablatronix/Arduino
that referenced
this issue
Nov 17, 2017
tablatronix
added a commit
to tablatronix/Arduino
that referenced
this issue
Nov 21, 2017
devyte
added a commit
to tablatronix/Arduino
that referenced
this issue
Nov 22, 2017
tablatronix
added a commit
to tablatronix/Arduino
that referenced
this issue
Feb 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic Infos
Hardware
Hardware: ESP12e (nodemcu)
Core Version: 2.1.0-rc2
Description
softAPdisconnect return value gets ovewritten when wifioff is true
Sketch
if
wifi_softap_set_config(_current)
returns false and wifioff is true, function will return true (if enableap suceeds of course)Should bail if if ret is false
The text was updated successfully, but these errors were encountered: