Skip to content

Commit

Permalink
Disable flow control for router firmwares
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Jan 1, 2025
1 parent d7b1235 commit f657b01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/smlight/slzb06m_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_components:

configuration:
SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlNone

c_defines:
SL_CLI_LOCAL_ECHO: 0
Expand Down
2 changes: 1 addition & 1 deletion manifests/smlight/slzb07Mg24_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_components:

configuration:
SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlNone

c_defines:
SL_CLI_LOCAL_ECHO: 0
Expand Down
2 changes: 1 addition & 1 deletion manifests/smlight/slzb07_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_components:

configuration:
SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlNone

c_defines:
SL_CLI_LOCAL_ECHO: 0
Expand Down

0 comments on commit f657b01

Please sign in to comment.