Антонов Антон

Results 1 comments of Антонов Антон

Parameter error_handle fill in method esp_transport_list_add. Method _esp_err_t _tcp_open_ in file _tcp_client_stream.c_. ``` C static esp_err_t _tcp_open(audio_element_handle_t self) { AUDIO_NULL_CHECK(TAG, self, return ESP_FAIL); tcp_stream_t *tcp = (tcp_stream_t *)audio_element_getdata(self); if (tcp->is_open)...