diff options
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 97b4c37..5650309 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt | |||
| @@ -8,5 +8,5 @@ idf_component_register(SRCS "tollgate_main.c" | |||
| 8 | "tollgate_api.c" | 8 | "tollgate_api.c" |
| 9 | INCLUDE_DIRS "." "${IDF_PATH}/components/lwip/include/apps" | 9 | INCLUDE_DIRS "." "${IDF_PATH}/components/lwip/include/apps" |
| 10 | REQUIRES esp_wifi esp_event esp_netif nvs_flash esp_http_server | 10 | REQUIRES esp_wifi esp_event esp_netif nvs_flash esp_http_server |
| 11 | lwip json esp_http_client mbedtls log spiffs | 11 | lwip json esp_http_client mbedtls esp-tls log spiffs |
| 12 | PRIV_REQUIRES esp-tls) | 12 | PRIV_REQUIRES esp-tls) |