We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
despite what the readme claims, by checking the code here it seems this could also works with boards without psram: https://github.com/tobozo/ESP32-PsRamFS/blob/main/src/pfs.c#L102
I've just tested the lastest rel on a M5Stack stampS3 and indeed it seems to work correctly.
The text was updated successfully, but these errors were encountered:
hi,
thanks for testing this 👍
M5Stamp S3 has 8MB of psram, unless psram is explicitey disabled in the board options before compiling, psram will be used.
But yes, ESP32-PsRamFS can work without psram (actually the readme claims that psram is optional).
Sorry, something went wrong.
this is the line that confused me:
It provides a fs::FS style filesystem using the psram of an ESP32-Wrover or any ESP32 equipped with PSRam.
No branches or pull requests
despite what the readme claims, by checking the code here it seems this could also works with boards without psram:
https://github.com/tobozo/ESP32-PsRamFS/blob/main/src/pfs.c#L102
I've just tested the lastest rel on a M5Stack stampS3 and indeed it seems to work correctly.
The text was updated successfully, but these errors were encountered: