Skip to content

Commit

Permalink
Enable CONFIG_MBEDTLS_HKDF_C for C6
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Aug 4, 2023
1 parent 6c9ba06 commit e4ea623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/lock-app/esp32/sdkconfig.defaults.esp32c6
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ CONFIG_ENABLE_WIFI_STATION=y
CONFIG_ENABLE_WIFI_AP=n
# Enable this to avoid implicit declaration of function 'esp_send_assoc_resp'
CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y

# Enable HKDF in mbedtls
CONFIG_MBEDTLS_HKDF_C=y

0 comments on commit e4ea623

Please sign in to comment.