pub unsafe extern "C" fn esp_console_deinit() -> esp_err_t
Expand description

@brief de-initialize console module @note Call this once when done using console module functions @return - ESP_OK on success - ESP_ERR_INVALID_STATE if not initialized yet