Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void ChatApp::disableEspNow() {
38
if (service::espnow::isEnabled()) {
39
service::espnow::disable();
40
}
41
}
42
43
void ChatApp::onCreate(AppContext& appContext) {
44
isFirstLaunch = !settingsFileExists();
Callers
nothing calls this directly
Calls
2
isEnabled
Function · 0.85
disable
Function · 0.85
Tested by
no test coverage detected