mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
1. when no parent is found, send probe request via broadcast. 2. fix memory leak caused by the remove announcement being sent is not released when esp_mesh_stop() is called. 3. fix modify IE encrypt after mesh is started. 4. ignore esp_mesh_connect() if mesh automatic reconnection is enabled. 5. fix reason is cleared before vote is done.