Skip to content

Commit f738a31

Browse files
committed
fix(psram): ESP32-S2 does not like to early debug log
1 parent 9b5405d commit f738a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-psram.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bool psramInit() {
8181
ESP_EARLY_LOGE(TAG, "PSRAM test failed!");
8282
return false;
8383
}
84-
ESP_EARLY_LOGI(TAG, "PSRAM enabled");
84+
//ESP_EARLY_LOGI(TAG, "PSRAM enabled");
8585
#endif /* CONFIG_SPIRAM_BOOT_INIT */
8686
spiramDetected = true;
8787
return true;

0 commit comments

Comments
 (0)