feat(zigbee): Update SDK to latest
This commit is contained in:
parent
c7520ccef0
commit
b3152a4ffc
1 changed files with 2 additions and 2 deletions
|
|
@ -54,12 +54,12 @@ dependencies:
|
|||
espressif/esp_modem:
|
||||
version: "^1.1.0"
|
||||
espressif/esp-zboss-lib:
|
||||
version: "==1.6.4" # compatible with esp-zigbee-lib 1.6.5
|
||||
version: "==1.6.4" # compatible with esp-zigbee-lib 1.6.6
|
||||
require: public
|
||||
rules:
|
||||
- if: "target not in [esp32c2, esp32p4]"
|
||||
espressif/esp-zigbee-lib:
|
||||
version: "==1.6.5"
|
||||
version: "==1.6.6"
|
||||
require: public
|
||||
rules:
|
||||
- if: "target not in [esp32c2, esp32p4]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue