-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Remove wifi.sta.eventmonreg #1893
Comments
@dnc40085 I tried to assign this issue to you but GitHub wouldn't let me because you're not an official maintainer 😞 Still, we'd be happy if you could take care of this once the next master drop is completed. |
@marcelstoer yeah, no problem. I can do that. |
dnc40085
added a commit
to dnc40085/nodemcu-firmware
that referenced
this issue
Apr 5, 2017
The following functions were removed: - `wifi.sta.eventMonReg()` - `wifi.sta.eventMonStart()` - `wifi.sta.eventMonStop()` The corresponding documentation has also been removed This PR addresses issue nodemcu#1893
marcelstoer
pushed a commit
that referenced
this issue
May 21, 2017
The following functions were removed: - `wifi.sta.eventMonReg()` - `wifi.sta.eventMonStart()` - `wifi.sta.eventMonStop()` The corresponding documentation has also been removed This PR addresses issue #1893
eiselekd
pushed a commit
to eiselekd/nodemcu-firmware
that referenced
this issue
Jan 7, 2018
The following functions were removed: - `wifi.sta.eventMonReg()` - `wifi.sta.eventMonStart()` - `wifi.sta.eventMonStop()` The corresponding documentation has also been removed This PR addresses issue nodemcu#1893
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1889 deprecated
wifi.sta.eventmonreg
. Remove the function after the next master drop.The text was updated successfully, but these errors were encountered: