Skip to content

Commit

Permalink
Merge pull request #62 from chadkw/main
Browse files Browse the repository at this point in the history
Fix CMakeLists.txt
  • Loading branch information
thatliuser authored Jan 25, 2025
2 parents d764984 + 3615ef3 commit 976c05a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/TaskComponent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ idf_component_register(SRCS "fullnessTask.cpp"
"servoTask.cpp"
"cameraTask.cpp"
INCLUDE_DIRS "include"
REQUIRES freertos FullnessComponent WeightComponent ClientComponent TaskComponent log driver
REQUIRES freertos FullnessComponent WeightComponent ClientComponent TaskComponent log driver nvs_flash
json spiffs esp_http_server esp_wifi esp_netif esp_timer
PRIV_REQUIRES nvs_flash esp_psram driver esp32-camera unity mbedtls
)
REQUIRES freertos FullnessComponent WeightComponent ClientComponent TaskComponent log driver nvs_flash )

0 comments on commit 976c05a

Please sign in to comment.