File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/zigbee_bridge/main Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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, \
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 number Diff line number Diff line change 11# # IDF Component Manager Manifest File
22dependencies :
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"
You can’t perform that action at this time.
0 commit comments