We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5405d commit f738a31Copy full SHA for f738a31
cores/esp32/esp32-hal-psram.c
@@ -81,7 +81,7 @@ bool psramInit() {
81
ESP_EARLY_LOGE(TAG, "PSRAM test failed!");
82
return false;
83
}
84
- ESP_EARLY_LOGI(TAG, "PSRAM enabled");
+ //ESP_EARLY_LOGI(TAG, "PSRAM enabled");
85
#endif /* CONFIG_SPIRAM_BOOT_INIT */
86
spiramDetected = true;
87
return true;
0 commit comments