Skip to content

Commit 42f9cfc

Browse files
committedDec 14, 2024
feat(Zigbee): Add additional zigbee enabled check
1 parent af541a5 commit 42f9cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/Zigbee/src/ep/ZigbeeDimmableLight.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#include "ZigbeeDimmableLight.h"
3-
#if SOC_IEEE802154_SUPPORTED
3+
#if SOC_IEEE802154_SUPPORTED && CONFIG_ZB_ENABLED
44

55
#include "esp_zigbee_cluster.h"
66

0 commit comments

Comments
 (0)