feat(Zigbee): Add additional zigbee enabled check
This commit is contained in:
parent
af541a5c14
commit
42f9cfca60
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#include "ZigbeeDimmableLight.h"
|
#include "ZigbeeDimmableLight.h"
|
||||||
#if SOC_IEEE802154_SUPPORTED
|
#if SOC_IEEE802154_SUPPORTED && CONFIG_ZB_ENABLED
|
||||||
|
|
||||||
#include "esp_zigbee_cluster.h"
|
#include "esp_zigbee_cluster.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue