We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be71af commit e4df914Copy full SHA for e4df914
idf_component_examples/esp_matter_light/sdkconfig.defaults
@@ -10,3 +10,6 @@ CONFIG_AUTOSTART_ARDUINO=y
10
CONFIG_FREERTOS_HZ=1000
11
# end of FREERTOS
12
# end of Component config
13
+
14
+# Enable HKDF in mbedtls
15
+CONFIG_MBEDTLS_HKDF_C=y
0 commit comments