mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
7 lines
506 B
YAML
7 lines
506 B
YAML
-
|
|
re: "error: invalid use of incomplete typedef 'esp_tls_t'"
|
|
hint: "The struct 'esp_tls_t' has now been made private - its elements can be only be accessed/modified through respective getter/setter functions. Please refer to the migration guide for more information."
|
|
-
|
|
re: "fatal error: .*atca_mbedtls_wrap\\.h: No such file or directory"
|
|
hint: "To use CONFIG_ESP_TLS_USE_SECURE_ELEMENT option, please install `esp-cryptoauthlib` using 'idf.py add-dependency espressif/esp-cryptoauthlib'"
|