MCPcopy 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
11void BruceTheme::removeTheme(void) {
12 themeInfo t;
13 theme = t;
14}
15FS *BruceTheme::themeFS(void) {
16 if (theme.fs == 1) return &LittleFS;
17 else if (theme.fs == 2) return &SD;

Callers 1

setThemeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected