| 36 | } |
| 37 | |
| 38 | static std::shared_ptr<spdlog::logger> get_console() { |
| 39 | return openhd::log::create_or_get("WiFiClient"); |
| 40 | } |
| 41 | |
| 42 | bool WiFiClient::create_if_enabled() { |
| 43 | const auto config = openhd::load_config(); |
nothing calls this directly
no outgoing calls
no test coverage detected