Skip to content

Commit

Permalink
Use DataModelHandler from examples/common/chip-app-server in ESP32 wi…
Browse files Browse the repository at this point in the history
…fi-echo demo app instead of its own copy (#3468)
  • Loading branch information
vivien-apple authored Oct 27, 2020
1 parent 22d5b09 commit 7257d44
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 266 deletions.

This file was deleted.

4 changes: 3 additions & 1 deletion examples/temperature-measurement-app/esp32/main/component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ COMPONENT_DEPENDS := chip QRCode tft spidriver
COMPONENT_SRCDIRS := \
. \
gen \
../third_party/connectedhomeip/examples/common/chip-app-server \
../third_party/connectedhomeip/src/app/util \
../third_party/connectedhomeip/src/app/clusters/basic \
../third_party/connectedhomeip/src/app/clusters/temperature-measurement-server \


COMPONENT_EXTRA_INCLUDES := $(PROJECT_PATH)/third_party/connectedhomeip/src/app/util \
COMPONENT_EXTRA_INCLUDES := $(PROJECT_PATH)/third_party/connectedhomeip/src/app/util \
$(PROJECT_PATH)/third_party/connectedhomeip/examples/common/chip-app-server/include \
$(PROJECT_PATH)/third_party/connectedhomeip/src

# So "gen/*" files are found by the src/app bits.
Expand Down

This file was deleted.

80 changes: 0 additions & 80 deletions examples/wifi-echo/server/esp32/main/DataModelHandler.cpp

This file was deleted.

4 changes: 3 additions & 1 deletion examples/wifi-echo/server/esp32/main/component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COMPONENT_DEPENDS := chip QRCode tft spidriver
COMPONENT_SRCDIRS := \
. \
gen \
../third_party/connectedhomeip/examples/common/chip-app-server \
../third_party/connectedhomeip/src/app/util \
../third_party/connectedhomeip/src/app/clusters/on-off-server \
../third_party/connectedhomeip/src/app/clusters/level-control \
Expand All @@ -42,7 +43,8 @@ COMPONENT_SRCDIRS :=
# ../third_party/connectedhomeip/src/app/clusters/ias-zone-client \

COMPONENT_EXTRA_INCLUDES := $(PROJECT_PATH)/third_party/connectedhomeip/src/app/util \
COMPONENT_EXTRA_INCLUDES := $(PROJECT_PATH)/third_party/connectedhomeip/src/app/util \
$(PROJECT_PATH)/third_party/connectedhomeip/examples/common/chip-app-server/include \
$(PROJECT_PATH)/third_party/connectedhomeip/src

# So "gen/*" files are found by the src/app bits.
Expand Down
51 changes: 0 additions & 51 deletions examples/wifi-echo/server/esp32/main/include/DataModelHandler.h

This file was deleted.

0 comments on commit 7257d44

Please sign in to comment.