Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UtilitechAS/amsreader-firmware
/ deleteFile
Method
deleteFile
lib/SvelteUi/src/AmsWebServer.cpp:2165–2169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2163
}
2164
2165
void AmsWebServer::deleteFile(const char* path) {
2166
if(LittleFS.begin()) {
2167
LittleFS.remove(path);
2168
}
2169
}
2170
2171
void AmsWebServer::tariffJson() {
2172
if(!checkSecurity(2))
Callers
nothing calls this directly
Calls
1
begin
Method · 0.80
Tested by
no test coverage detected