MCPcopy 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
27static 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
33void initEsp() {
34 initNvs();

Callers 1

initEspFunction · 0.85

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected