mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
When the virt efuse mode is on and psram is on as well then efuse buffer is not filled by efuses (it is filled by 0). So the psram init func gets wrong pkg_ver = 0. Closes https://github.com/espressif/esp-idf/issues/10925 Close IDFGH-9576