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

Method debug_config

OpenHD/ohd_common/src/openhd_config.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void openhd::debug_config(const openhd::Config& config) {
152 std::cout << "DEBUG: WIFI_ENABLE_AUTODETECT: "
153 << config.WIFI_ENABLE_AUTODETECT << std::endl;
154 // Add more fields as needed for debugging...
155}
156
157void openhd::debug_config() {
158 auto config = load_config();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected