Skip to content

Commit c465f8f

Browse files
committed
esp-idf-config/sdkconfig.defaults: Fix TLS access to api.github.com
1 parent 2e29772 commit c465f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/esp-idf-config/sdkconfig.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
9999
# CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED is not set
100100
# CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED is not set
101101
# CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED is not set
102-
# CONFIG_MBEDTLS_ECP_NIST_OPTIM is not set
102+
CONFIG_MBEDTLS_ECP_NIST_OPTIM=y
103103
# CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM is not set
104104
# end of mbedTLS
105105

0 commit comments

Comments
 (0)