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

Method load_config

OpenHD/ohd_common/src/openhd_config.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146openhd::Config openhd::load_config() {
147 static openhd::Config config = load_or_default();
148 return config;
149}
150
151void openhd::debug_config(const openhd::Config& config) {
152 std::cout << "DEBUG: WIFI_ENABLE_AUTODETECT: "

Callers

nothing calls this directly

Calls 1

load_or_defaultFunction · 0.85

Tested by

no test coverage detected