pub unsafe extern "C" fn esp_console_init(
    config: *const esp_console_config_t
) -> esp_err_t
Expand description

@brief initialize console module @param config console configuration @note Call this once before using other console module features @return - ESP_OK on success - ESP_ERR_NO_MEM if out of memory - ESP_ERR_INVALID_STATE if already initialized - ESP_ERR_INVALID_ARG if the configuration is invalid