fix(psram): ESP32-S2 does not like to early debug log

This commit is contained in:
me-no-dev 2024-10-01 16:11:59 +03:00
parent 482c0a3c26
commit 753e2032e7

View file

@ -81,7 +81,7 @@ bool psramInit() {
ESP_EARLY_LOGE(TAG, "PSRAM test failed!");
return false;
}
ESP_EARLY_LOGI(TAG, "PSRAM enabled");
//ESP_EARLY_LOGI(TAG, "PSRAM enabled");
#endif /* CONFIG_SPIRAM_BOOT_INIT */
spiramDetected = true;
return true;