Code: Select all
esp_err_t esp_console_init(const esp_console_config_t* config)
Code: Select all
esp_err_t esp_console_deinit()
Code: Select all
if (s_tmp_line_buf) {
return ESP_ERR_INVALID_STATE;
}
Code: Select all
esp_err_t esp_console_init(const esp_console_config_t* config)
Code: Select all
esp_err_t esp_console_deinit()
Code: Select all
if (s_tmp_line_buf) {
return ESP_ERR_INVALID_STATE;
}
Users browsing this forum: Bing [Bot] and 386 guests