Skip to content

Commit

Permalink
Remove EP template + add lib to CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed Aug 30, 2024
1 parent fa6267a commit 7693a16
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 36 deletions.
13 changes: 13 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ set(ARDUINO_ALL_LIBRARIES
WiFi
WiFiProv
Wire
Zigbee
)

set(ARDUINO_LIBRARY_ArduinoOTA_SRCS libraries/ArduinoOTA/src/ArduinoOTA.cpp)
Expand Down Expand Up @@ -240,6 +241,18 @@ set(ARDUINO_LIBRARY_WiFiProv_SRCS libraries/WiFiProv/src/WiFiProv.cpp)

set(ARDUINO_LIBRARY_Wire_SRCS libraries/Wire/src/Wire.cpp)

set(ARDUINO_LIBRARY_Zigbee_SRCS
libraries/Zigbee/src/Zigbee_core.cpp
libraries/Zigbee/src/Zigbee_ep.cpp
libraries/Zigbee/src/Zigbee_handlers.cpp
libraries/Zigbee/src/ep/ep_color_dimmable_light.cpp
libraries/Zigbee/src/ep/ep_color_dimmer_switch.cpp
libraries/Zigbee/src/ep/ep_on_off_light.cpp
libraries/Zigbee/src/ep/ep_on_off_switch.cpp
libraries/Zigbee/src/ep/ep_temperature_sensor.cpp
libraries/Zigbee/src/ep/ep_thermostat.cpp
)

set(ARDUINO_LIBRARY_BLE_SRCS
libraries/BLE/src/BLE2901.cpp
libraries/BLE/src/BLE2902.cpp
Expand Down
22 changes: 0 additions & 22 deletions libraries/Zigbee/src/ep/ep_template.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions libraries/Zigbee/src/ep/ep_template.h

This file was deleted.

0 comments on commit 7693a16

Please sign in to comment.