mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-05 22:33:07 +00:00
The issue is caused by:
1. The disable_qio_mode inside read_id may have side effects.
2. read_id twice may have side effects.
Fix this issue by moving disable_qio_mode out of read_id and only do it
once before read_id. And retry read_id only when the first one is
failed.
Issue introduced in 3ecbb59c15.
46 KiB
46 KiB