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

Can channel 3 be changed in the Example "EspNowBroadcast"? #25

Open
yukiloh opened this issue Dec 21, 2024 · 1 comment
Open

Can channel 3 be changed in the Example "EspNowBroadcast"? #25

yukiloh opened this issue Dec 21, 2024 · 1 comment

Comments

@yukiloh
Copy link

yukiloh commented Dec 21, 2024

Code like:
bool ok = WifiEspNowBroadcast.begin(“ESP_NOW”, 3);
I don't know much about WiFi, does the channel change during the running of this program to avoid congested channels?

Another question, have you considered adding the QOS2 function such as mqtt, in the actual test (using ESP8266), even at a very close distance there will be occasional packet loss.

@yoursunny
Copy link
Owner

does the channel change during the running of this program to avoid congested channels?

The channel does not change.
Every device should be set to the same channel.

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