Skip to content

Commit dd8ba9f

Browse files
committed
Merge branch 'examples/zigbee_bridge_v1_3' into 'release/v1.3'
[v1.3] backport: examples/zigbee_bridge: update zboos and zigbee lib to 1.6 See merge request app-frameworks/esp-matter!970
2 parents 5a9bc09 + 971fdee commit dd8ba9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/zigbee_bridge/main/app_zboss.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
.radio_mode = ZB_RADIO_MODE_UART_RCP, \
3434
.radio_uart_config = { \
3535
.port = 1, \
36+
.rx_pin = CONFIG_PIN_TO_RCP_TX, \
37+
.tx_pin = CONFIG_PIN_TO_RCP_RX, \
3638
.uart_config = \
3739
{ \
3840
.baud_rate = 460800, \
@@ -43,8 +45,6 @@
4345
.rx_flow_ctrl_thresh = 0, \
4446
.source_clk = UART_SCLK_APB, \
4547
}, \
46-
.rx_pin = CONFIG_PIN_TO_RCP_TX, \
47-
.tx_pin = CONFIG_PIN_TO_RCP_RX, \
4848
}, \
4949
}
5050

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## IDF Component Manager Manifest File
22
dependencies:
3-
espressif/esp-zboss-lib: "~1.3.0"
4-
espressif/esp-zigbee-lib: "~1.3.0"
3+
espressif/esp-zboss-lib: "~1.6.0"
4+
espressif/esp-zigbee-lib: "~1.6.0"
55
## Required IDF version
66
idf:
77
version: ">=5.0.0"

0 commit comments

Comments
 (0)