mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 02:59:13 -04:00
The issue typically happens for link-down during Tx. Added two retry levels, one before checking the sanity of the w5500 phy register and another for the Tx done itself (if the device is in the sane state) Closes https://github.com/espressif/esp-idf/issues/6233