Skip to content
Prev Previous commit
Next Next commit
feat(zigbee): Add new src to CMakeLists
  • Loading branch information
P-R-O-C-H-Y committed Feb 25, 2025
commit 6ca00fe19b6a81c44944589879d8adc89160513a
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ set(ARDUINO_LIBRARY_Zigbee_SRCS
libraries/Zigbee/src/ep/ZigbeeVibrationSensor.cpp
libraries/Zigbee/src/ep/ZigbeeAnalog.cpp
libraries/Zigbee/src/ep/ZigbeeRangeExtender.cpp
libraries/Zigbee/src/ep/ZigbeeGateway.cpp
)

set(ARDUINO_LIBRARY_BLE_SRCS
Expand Down
Loading