mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 14:36:45 +00: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