MCPcopy 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
33void initEsp() {
34 initNvs();
35 initPartitionsEsp();
36 initNetwork();
37}
38
39} // namespace
40

Callers 1

runFunction · 0.85

Calls 3

initNvsFunction · 0.85
initPartitionsEspFunction · 0.85
initNetworkFunction · 0.85

Tested by

no test coverage detected