forked from Archive/PX4-Autopilot
Support Mavlink on USART2 (ESP8266)
Needed bigger buffers
This commit is contained in:
parent
c0070a19a8
commit
0e48b58d7d
|
@ -551,8 +551,8 @@ CONFIG_UART7_SERIAL_CONSOLE=y
|
|||
#
|
||||
# USART1 Configuration
|
||||
#
|
||||
CONFIG_USART1_RXBUFSIZE=128
|
||||
CONFIG_USART1_TXBUFSIZE=32
|
||||
CONFIG_USART1_RXBUFSIZE=600
|
||||
CONFIG_USART1_TXBUFSIZE=1100
|
||||
CONFIG_USART1_BAUD=115200
|
||||
CONFIG_USART1_BITS=8
|
||||
CONFIG_USART1_PARITY=0
|
||||
|
|
Loading…
Reference in New Issue