Skip to content

Commit

Permalink
ESP32: Fix all-clusters-app with the addition of occupancy-sensor-ser…
Browse files Browse the repository at this point in the history
…ver (#6991)
  • Loading branch information
dhrishi authored and pull[bot] committed Jun 14, 2021
1 parent 5e3b982 commit 1055537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/all-clusters-app/esp32/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ idf_component_register(PRIV_INCLUDE_DIRS
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/clusters/bindings"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/reporting"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/clusters/door-lock-server"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/clusters/occupancy-sensor-server"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/clusters/ias-zone-server"
#${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/clusters/ias-zone-client
PRIV_REQUIRES chip QRCode tft spidriver bt screen-framework)
Expand Down

0 comments on commit 1055537

Please sign in to comment.