-
Notifications
You must be signed in to change notification settings - Fork 7.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
ESP-NOW example does not work with any other channel than 0 and 1 (IDFGH-8090) #9592
Comments
Hi @PilnyTomas Thanks for the bug reporting. We will optimize ESP-NOW example. |
Hi, thanks for your reply. |
Hi @PilnyTomas |
That is incorrect, I am currently running on channel 11. """
// uint8_t current_channel; """ |
Environment
Problem Description
ESP-NOW example outputs error and does not work when the channel is to anything but 0 or 1
Expected Behavior
If this is expected behavior, please update the example and its documentation to prevent confusion.
If the channel really is supposed to be changeable, then please fix the reason.
Actual Behavior
Does not work.
Steps to reproduce
examples/wifi/espnow
Example Configuration ---> Channel
and set number 2 or moreCode to reproduce this issue
ESP-NOW example in IDF
examples/wifi/espnow
Optionaly you can add extra debug output at the end of the function
example_wifi_init
- (under line 57)A related issue in Arduin-ESP32 espressif/arduino-esp32#2653
Probably related #4311
The text was updated successfully, but these errors were encountered: