fix: fix esp_http_client_example build failure

Fixed the build failure of esp_http_client_example for ESP32-C6 when
build with Wi-Fi enabled
This commit is contained in:
Harshit Malpani
2024-01-22 12:01:56 +05:30
parent 4ecc978bd6
commit 9e472f582b
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
CONFIG_EXAMPLE_CONNECT_WIFI=y

View File

@@ -0,0 +1,2 @@
CONFIG_MBEDTLS_TLS_CLIENT_ONLY=y
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y