MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / disableEspNow

Method disableEspNow

Tactility/Source/app/chat/ChatApp.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ChatApp::disableEspNow() {
38 if (service::espnow::isEnabled()) {
39 service::espnow::disable();
40 }
41}
42
43void ChatApp::onCreate(AppContext& appContext) {
44 isFirstLaunch = !settingsFileExists();

Callers

nothing calls this directly

Calls 2

isEnabledFunction · 0.85
disableFunction · 0.85

Tested by

no test coverage detected