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
Hello, I noticed that write returns buffsize even in case of error, when the disk is full. It displays an error to Serial though:
E (228407) esp_littlefs: ./managed_components/joltwallet__littlefs/src/littlefs/lfs.c:689:error: No more free space 0x86
The text was updated successfully, but these errors were encountered:
... it looks like full disk identification works with the ESP32 S2 Dev Module but not with the ESP32 Dev Module ...
Sorry, something went wrong.
No branches or pull requests
Hello, I noticed that write returns buffsize even in case of error, when the disk is full. It displays an error to Serial though:
E (228407) esp_littlefs: ./managed_components/joltwallet__littlefs/src/littlefs/lfs.c:689:error: No more free space 0x86
The text was updated successfully, but these errors were encountered: