Skip to content
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

esp8266 support? #1

Closed
manvir-singh opened this issue Apr 9, 2017 · 1 comment
Closed

esp8266 support? #1

manvir-singh opened this issue Apr 9, 2017 · 1 comment

Comments

@manvir-singh
Copy link

Does this work on an esp8266?

@Jeija
Copy link
Owner

Jeija commented Apr 9, 2017

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.

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.

@Jeija Jeija closed this as completed Apr 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants