Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ spiffs_unmount
Function
spiffs_unmount
Sming/Libraries/Spiffs/src/Spiffs.cpp:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void spiffs_unmount()
50
{
51
if(fileSystemType() == IFS::IFileSystem::Type::SPIFFS) {
52
fileFreeFileSystem();
53
}
54
}
55
56
bool hyfs_mount()
57
{
Callers
nothing calls this directly
Calls
2
fileSystemType
Function · 0.85
fileFreeFileSystem
Function · 0.85
Tested by
no test coverage detected