| 149 | } |
| 150 | |
| 151 | void 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 | |
| 157 | void openhd::debug_config() { |
| 158 | auto config = load_config(); |
nothing calls this directly
no outgoing calls
no test coverage detected