Support Mavlink on USART2 (ESP8266)

Needed bigger buffers
This commit is contained in:
David Sidrane 2015-12-11 06:33:23 -10:00
parent c0070a19a8
commit 0e48b58d7d
1 changed files with 2 additions and 2 deletions

View File

@ -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