mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 18:16:34 +03:00
In a very rare case of having 2 or more events of type DISCONNECTION/ERROR/OVERCURRENT in a short time, the driver has not yet recovered from the 1st error but already got a 2nd error. Closes https://github.com/espressif/esp-idf/issues/13364 Closes https://github.com/espressif/esp-idf/issues/15290