-
Notifications
You must be signed in to change notification settings - Fork 8
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
error esp now #3
Comments
This usually happens when you have connected it to a WiFi and it has been made to change channel after the library has initialised. Have you connected it to an AP? This is definitely something the library handles poorly and I should make it check for. |
can you please provide something about how to run this program like, |
I could solve the channel selection by forching wifi to reset in the setup(): WiFi.mode (WIFI_MODE_STA); if(m2mMesh.begin()) Now I can change the default channel 1 with this: #include <Arduino.h> void setup() { Serial.begin(115200); //////// if(m2mMesh.begin(99,channel)) |
serial prints
Peer channel is not equal to the home channel, send fail!
esp32
The text was updated successfully, but these errors were encountered: