We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d977359 commit f256aabCopy full SHA for f256aab
cores/esp32/esp32-hal-psram.c
@@ -53,7 +53,7 @@ bool psramInit(){
53
#if CONFIG_IDF_TARGET_ESP32
54
uint32_t chip_ver = REG_GET_FIELD(EFUSE_BLK0_RDATA3_REG, EFUSE_RD_CHIP_VER_PKG);
55
uint32_t pkg_ver = chip_ver & 0x7;
56
- if (pkg_ver == EFUSE_RD_CHIP_VER_PKG_ESP32D2WDQ5 || pkg_ver == EFUSE_RD_CHIP_VER_PKG_ESP32PICOD2) {
+ if (pkg_ver == EFUSE_RD_CHIP_VER_PKG_ESP32D2WDQ5 || pkg_ver == EFUSE_RD_CHIP_VER_PKG_ESP32PICOD2 || pkg_ver == EFUSE_RD_CHIP_VER_PKG_ESP32PICOD4) {
57
spiramFailed = true;
58
log_w("PSRAM not supported!");
59
return false;
0 commit comments