Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ removeTheme
Method
removeTheme
src/core/theme.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
};
10
11
void BruceTheme::removeTheme(void) {
12
themeInfo t;
13
theme = t;
14
}
15
FS *BruceTheme::themeFS(void) {
16
if (theme.fs == 1) return &LittleFS;
17
else if (theme.fs == 2) return &SD;
Callers
1
setTheme
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected