mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 15:04:22 +00:00
esp_tls: added connection timeout to esp_tls_conn_new_sync()
This commit is contained in:
@@ -600,6 +600,10 @@ static const esp_err_msg_t esp_err_msg_table[] = {
|
||||
# endif
|
||||
# ifdef ESP_ERR_MBEDTLS_SSL_CONF_PSK_FAILED
|
||||
ERR_TBL_IT(ESP_ERR_MBEDTLS_SSL_CONF_PSK_FAILED), /* 32785 0x8011 mbedtls api returned failed */
|
||||
# endif
|
||||
# ifdef ESP_ERR_ESP_TLS_CONNECTION_TIMEOUT
|
||||
ERR_TBL_IT(ESP_ERR_ESP_TLS_CONNECTION_TIMEOUT), /* 32786 0x8012 new connection in esp_tls_low_level_conn
|
||||
connection timeouted */
|
||||
# endif
|
||||
// components/esp_https_ota/include/esp_https_ota.h
|
||||
# ifdef ESP_ERR_HTTPS_OTA_BASE
|
||||
|
Reference in New Issue
Block a user