-
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
Mesh Mode non functional #1093
Comments
Softap is broken in 2.0.0-rc2 (see #1054), i think this might be the reason for mesh library to have issues. |
Issue #1054 doesn't seem to be the cause here, I have the fixed version. |
Any luck with the mesh library ? |
The Esp8266WifiMesh library is not really a good implementation. Due to being completely open, how synchronous it is written, and that it requires string messages (memory fragmentation from string class and binary data transmission requires conversion to text), its not something to base any serious project on. It maybe great to play with though. |
@ibaranov-cp is this issue still valid with latest git? |
Unknown, sorry I don't have bandwidth to test this in the near future. |
Ok, closing due to age. If there is still a problem, please open a new issue. |
Hello all,
Using latest staging version, RC2 from board manager.
I have two identical ESP8266-12E modules.
I load them both with the example Mesh code.
I add in a Serial.println("."); into the loop to ensure they are both working.
Both modules wait endlessly.
Does this feature work at all?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: