Skip to content

Commit

Permalink
fix: add mbedtls dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasssadar committed May 28, 2024
1 parent 5ff5422 commit 0c1d80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ set(SRCS
idf_component_register(
SRCS ${SRCS}
INCLUDE_DIRS "./src"
REQUIRES nvs_flash lwip spiffs esp_netif esp_event esp_wifi
REQUIRES nvs_flash lwip spiffs esp_netif esp_event esp_wifi mbedtls
)

0 comments on commit 0c1d80c

Please sign in to comment.