Releases: tobozo/ESP32-PsRamFS
Releases · tobozo/ESP32-PsRamFS
1.0.6
What's Changed
- fix for compilation error with esp32-p4
- fix for file-overwrite error by @whiteaxxe
Full Changelog: v1.0.5...v1.0.6
1.0.5
1.0.3-beta (with some esp-idf support)
- Added esp-idf support and example
- Fixed crash with O_APPEND (Uninitialized lock used)
1.0.2-beta
This releases brings back fs::File
compliance with Arduino API and fixes the breaking changes
1.0.1-beta
doc update and formatting
1.0.0-bloata
Merge pull request #2 from lbernstone/fseek Fixes for fseek. Also a little fix on fclose