| 144 | } |
| 145 | |
| 146 | openhd::Config openhd::load_config() { |
| 147 | static openhd::Config config = load_or_default(); |
| 148 | return config; |
| 149 | } |
| 150 | |
| 151 | void openhd::debug_config(const openhd::Config& config) { |
| 152 | std::cout << "DEBUG: WIFI_ENABLE_AUTODETECT: " |
nothing calls this directly
no test coverage detected