Skip to content

Commit

Permalink
fix(psram): ESP32-S2 does not like to early debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Oct 1, 2024
1 parent 482c0a3 commit 753e203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp32/esp32-hal-psram.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 753e203

Please sign in to comment.