You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There already are some wrapper functions for littlefs in the FileSystem component, but we need a C++ wrapper with proper resource management (RAII) and error handling (outcome). Of course, FileSystem.test.cpp must then be adapted as well.
The text was updated successfully, but these errors were encountered:
Description
There already are some wrapper functions for littlefs in the FileSystem component, but we need a C++ wrapper with proper resource management (RAII) and error handling (outcome). Of course, FileSystem.test.cpp must then be adapted as well.
The text was updated successfully, but these errors were encountered: