tobozo / ESP32-PsRamFS

🐏 💾 RamDisk for ESP32-Arduino using PsRam and fs::FS
MIT License
49 stars 10 forks source link

Whether RAM is enabled by default for empty projects? #9

Open LEDZB opened 2 years ago

LEDZB commented 2 years ago

Hello, I have seen your routine, my test is successful, but I have a question, if my board is welded with a 4Mbyte RAM, if I burn an empty project into it, will the RAM be turned on by default?

tobozo commented 2 years ago

Hello @LEDZB thanks for you interest :-)

yes, if your device has psram and your firmware was compiled with psram support, then it should be turned on by default.

image