Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_esp_http_client_build_failure_with_wifi_v5.1…
Browse files Browse the repository at this point in the history
…' into 'release/v5.1'

fix: fix esp_http_client_example build failure (v5.1)

See merge request espressif/esp-idf!28761
  • Loading branch information
mahavirj committed Feb 27, 2024
2 parents 13e7052 + 276ebe9 commit ebbacf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/protocols/esp_http_client/sdkconfig.ci.wifi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_EXAMPLE_CONNECT_WIFI=y
2 changes: 2 additions & 0 deletions examples/protocols/esp_http_client/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_MBEDTLS_TLS_CLIENT_ONLY=y
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y

0 comments on commit ebbacf4

Please sign in to comment.