fix(esp-tls): Fix the https_request example build for esp-wolfssl

This commit is contained in:
Aditya Patwardhan
2023-10-29 19:18:05 +05:30
parent f5fec8a720
commit 2276b07b39
3 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
menu "Example Configuration"
config EXAMPLE_USING_ESP_TLS_MBEDTLS
bool
depends on ESP_TLS_USING_MBEDTLS
default y
config EXAMPLE_CLIENT_SESSION_TICKETS
bool "Enable Client session ticket support"
default n