We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a9bc09 + 971fdee commit dd8ba9fCopy full SHA for dd8ba9f
examples/zigbee_bridge/main/app_zboss.h
@@ -33,6 +33,8 @@
33
.radio_mode = ZB_RADIO_MODE_UART_RCP, \
34
.radio_uart_config = { \
35
.port = 1, \
36
+ .rx_pin = CONFIG_PIN_TO_RCP_TX, \
37
+ .tx_pin = CONFIG_PIN_TO_RCP_RX, \
38
.uart_config = \
39
{ \
40
.baud_rate = 460800, \
@@ -43,8 +45,6 @@
43
45
.rx_flow_ctrl_thresh = 0, \
44
46
.source_clk = UART_SCLK_APB, \
47
}, \
- .rx_pin = CONFIG_PIN_TO_RCP_TX, \
- .tx_pin = CONFIG_PIN_TO_RCP_RX, \
48
49
}
50
examples/zigbee_bridge/main/idf_component.yml
@@ -1,7 +1,7 @@
1
## IDF Component Manager Manifest File
2
dependencies:
3
- espressif/esp-zboss-lib: "~1.3.0"
4
- espressif/esp-zigbee-lib: "~1.3.0"
+ espressif/esp-zboss-lib: "~1.6.0"
+ espressif/esp-zigbee-lib: "~1.6.0"
5
## Required IDF version
6
idf:
7
version: ">=5.0.0"
0 commit comments