Skip to content

Commit 314ad24

Browse files
P-R-O-C-H-Yme-no-dev
authored andcommitted
fix(zigbee): Add require public for zigbee libs
1 parent 7ae2553 commit 314ad24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: idf_component.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ dependencies:
5353
version: "^1.1.0"
5454
espressif/esp-zboss-lib:
5555
version: "==1.6.0"
56+
require: public
5657
rules:
5758
- if: "target not in [esp32c2, esp32p4]"
5859
espressif/esp-zigbee-lib:
5960
version: "==1.6.0"
61+
require: public
6062
rules:
6163
- if: "target not in [esp32c2, esp32p4]"
6264
espressif/esp-dsp:

0 commit comments

Comments
 (0)