-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
@mmrein Thanks for reporting this issue, we have found the root cause, and will merge the fix ASAP. |
Great to hear that, thank you. |
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. |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: