We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this work on an esp8266?
The text was updated successfully, but these errors were encountered:
No, but it is not necessary for the ESP8266. Earlier versions of the esp8266 non-OS SDK had a wifi_send_pkt_freedom() function builtin that was removed later given the potential for abuse. But it seems like some people patched it back into SDK version 2.0 and there is already code out there for the ESP8266 that does the same thing.
wifi_send_pkt_freedom()
So it's propably not that easy to get it running on an ESP8266 with the current SDK version, but you should be able to patch something together.
Sorry, something went wrong.
No branches or pull requests
Does this work on an esp8266?
The text was updated successfully, but these errors were encountered: