mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(ssl): use mbedtls by default
This commit is contained in:
@ -2,7 +2,7 @@ menu "SSL"
|
||||
|
||||
choice SSL_LIBRARY_CHOOSE
|
||||
prompt "Choose SSL/TLS library"
|
||||
default SSL_USING_WOLFSSL
|
||||
default SSL_USING_MBEDTLS
|
||||
help
|
||||
Choose the SSL/TLS library which you want to use.
|
||||
|
||||
|
Reference in New Issue
Block a user