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

This commit is contained in:
Aditya Patwardhan
2023-10-19 12:22:45 +05:30
parent a94bb6201b
commit 7e6f4d4e87
3 changed files with 15 additions and 4 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