fix(psram): ESP32-S2 does not like to early debug log
This commit is contained in:
parent
482c0a3c26
commit
753e2032e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue