Downgraded zigbee framework to work with CC2531 dongle

This commit is contained in:
Ziver Koc 2021-06-06 04:33:28 +02:00
parent d68c3cae54
commit 132bd3b29d
9 changed files with 107 additions and 41 deletions

View file

@ -1,5 +1,5 @@
dependencies {
def ZIGBEE_LIB_VERSION = "1.3.11"
def ZIGBEE_LIB_VERSION = "1.3.8"
implementation project(':hal-core')