From cbad8dfa7b3ca648ad846e166950766865a65e1e Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Fri, 9 Sep 2022 00:19:29 +0200 Subject: [PATCH] Fixed allfeatures --- configs/sdkconfig_allfeatures | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/sdkconfig_allfeatures b/configs/sdkconfig_allfeatures index ba7a5c7..d89b316 100644 --- a/configs/sdkconfig_allfeatures +++ b/configs/sdkconfig_allfeatures @@ -428,7 +428,9 @@ CONFIG_APPTRACE_LOCK_ENABLE=y # # ESP-ASIO # -# CONFIG_ASIO_SSL_SUPPORT is not set +CONFIG_ASIO_SSL_SUPPORT=y +CONFIG_ASIO_USE_ESP_OPENSSL=y +CONFIG_ASIO_SSL_BIO_SIZE=1024 # end of ESP-ASIO #