Skip to content

Commit 753e203

Browse files
committedOct 1, 2024
fix(psram): ESP32-S2 does not like to early debug log
1 parent 482c0a3 commit 753e203

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)