Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ initNetwork
Function
initNetwork
Tactility/Source/TactilityEsp.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
static void initNetwork() {
28
LOGGER.info(
"Init network"
);
29
ESP_ERROR_CHECK(esp_netif_init());
30
ESP_ERROR_CHECK(esp_event_loop_create_default());
31
}
32
33
void initEsp() {
34
initNvs();
Callers
1
initEsp
Function · 0.85
Calls
1
info
Method · 0.80
Tested by
no test coverage detected