mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
Increase buffer sizes on companion link
This commit is contained in:
@@ -560,8 +560,8 @@ CONFIG_USART1_2STOP=0
|
|||||||
#
|
#
|
||||||
# USART2 Configuration
|
# USART2 Configuration
|
||||||
#
|
#
|
||||||
CONFIG_USART2_RXBUFSIZE=512
|
CONFIG_USART2_RXBUFSIZE=600
|
||||||
CONFIG_USART2_TXBUFSIZE=512
|
CONFIG_USART2_TXBUFSIZE=2200
|
||||||
CONFIG_USART2_BAUD=57600
|
CONFIG_USART2_BAUD=57600
|
||||||
CONFIG_USART2_BITS=8
|
CONFIG_USART2_BITS=8
|
||||||
CONFIG_USART2_PARITY=0
|
CONFIG_USART2_PARITY=0
|
||||||
|
|||||||
Reference in New Issue
Block a user