File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ CCACHE_ENABLE=1
22
22
23
23
TARGET=" all"
24
24
BUILD_TYPE=" all"
25
- BUILD_DEBUG=" default "
25
+ BUILD_DEBUG=" none "
26
26
SKIP_ENV=0
27
27
COPY_OUT=0
28
28
ARCHIVE_OUT=0
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM=y
82
82
CONFIG_LWIP_MULTICAST_PING=y
83
83
CONFIG_LWIP_BROADCAST_PING=y
84
84
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
85
+ CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC=y
85
86
CONFIG_MBEDTLS_PSK_MODES=y
86
87
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
87
88
CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
@@ -131,3 +132,6 @@ CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
131
132
CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
132
133
# Use compact attribute storage mode
133
134
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
135
+
136
+ CONFIG_ESP_TLS_INSECURE=y
137
+ CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY=y
You can’t perform that action at this time.
0 commit comments