We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8be8a1c + 895c21c commit 266229eCopy full SHA for 266229e
components/esp_hw_support/port/esp32/chip_info.c
@@ -35,7 +35,8 @@ void esp_chip_info(esp_chip_info_t* out_info)
35
package == EFUSE_RD_CHIP_VER_PKG_ESP32PICOV302) {
36
out_info->features |= CHIP_FEATURE_EMB_FLASH;
37
}
38
- if(package == EFUSE_RD_CHIP_VER_PKG_ESP32D0WDR2V3) {
+ if(package == EFUSE_RD_CHIP_VER_PKG_ESP32D0WDR2V3 ||
39
+ package == EFUSE_RD_CHIP_VER_PKG_ESP32PICOV302) {
40
out_info->features |= CHIP_FEATURE_EMB_PSRAM;
41
42
0 commit comments