MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / get_console

Function get_console

OpenHD/ohd_interface/src/wifi_client.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38static std::shared_ptr<spdlog::logger> get_console() {
39 return openhd::log::create_or_get("WiFiClient");
40}
41
42bool WiFiClient::create_if_enabled() {
43 const auto config = openhd::load_config();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected