-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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-WIFI-MESH] esp_mesh_delete_group_id() not working correctly, with pandora condition (IDFGH-13893) #14735
Closed
3 tasks done
Labels
Comments
github-actions
bot
changed the title
[ESP-WIFI-MESH] esp_mesh_delete_group_id() not working as expected
[ESP-WIFI-MESH] esp_mesh_delete_group_id() not working as expected (IDFGH-13893)
Oct 16, 2024
mmrein
changed the title
[ESP-WIFI-MESH] esp_mesh_delete_group_id() not working as expected (IDFGH-13893)
[ESP-WIFI-MESH] esp_mesh_delete_group_id() not working correctly, with pandora condition (IDFGH-13893)
Oct 16, 2024
espressif-bot
added
Status: Reviewing
Issue is being reviewed
and removed
Status: Opened
Issue is new
labels
Oct 22, 2024
@mmrein Thanks for reporting this issue, we have found the root cause, and will merge the fix ASAP. |
Great to hear that, thank you. |
espressif-bot
added
Status: Done
Issue is done internally
Resolution: NA
Issue resolution is unavailable
and removed
Status: Reviewing
Issue is being reviewed
labels
Oct 28, 2024
I've just seen v5.4-beta1 release and the fix does not seem included. Will it make to final v5.4 stable? |
yes, the final version will include this change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Answers checklist.
General issue report
ESP-IDF: tested on v4.4.6 and v5.3.1
Expected behavior:
Delete number of addresses matching those provided by pointer, leaving other addresses intact.
Actual behavior:
Selected address is deleted, but resulting list of addresses after deletion is incorrect. Repeated address adding and deleting results in
pandora
situation.Steps to reproduce:
Expected Log output:
Actual Log output:
Edit: also added an example of adding the address back after deletion and how to find pandora.
The text was updated successfully, but these errors were encountered: