esp_mesh_send
returns ESP_ERR_MESH_XMIT although documentation doesn't litst it. (IDFGH-13550)
#14440
Open
3 tasks done
Labels
Answers checklist.
IDF version.
v5.1.4
Espressif SoC revision.
ESP32
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-DevKitC
Power Supply used.
USB
What is the expected behavior?
The documentation of
esp_mesh_send
permits the following error codes:However, sometimes it returns
ESP_ERR_MESH_XMIT
, which is not allowed according to documentation. Also, the documentation on this error code is not explanatory - it just says "XMIT". Since the source of ESP-MESH-WIFI is not available, we cannot check when this occurs, what the error code means and how to prevent it or how to recover from it.What is the actual behavior?
esp_mesh_send
behaves as described in the documentation. The descriptions of possible return codes are more explanatory in the documentation.Steps to reproduce.
Set up a mesh network of one root and three nodes. Start periodic traffic to root. Observe unexpected return codes every ~60-120 seconds.
Debug Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: