Files
esp-idf/components/esp32
Michael (XIAO Xufeng) 6ccba01bb3 spiram: fix the read id failure
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.
2020-08-13 03:29:42 +00:00
..
2020-08-10 15:03:53 +00:00
2020-08-10 15:03:53 +00:00
2018-08-20 16:49:20 +08:00
2020-08-04 14:20:59 +08:00
2018-10-21 15:11:45 +08:00
2016-08-17 23:08:22 +08:00
2019-04-02 12:52:58 +11:00
2020-08-13 03:29:42 +00:00