Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ initEsp
Function
initEsp
Tactility/Source/TactilityEsp.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void initEsp() {
34
initNvs();
35
initPartitionsEsp();
36
initNetwork();
37
}
38
39
} // namespace
40
Callers
1
run
Function · 0.85
Calls
3
initNvs
Function · 0.85
initPartitionsEsp
Function · 0.85
initNetwork
Function · 0.85
Tested by
no test coverage detected