mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
Support Mavlink on USART2 (ESP8266)
Needed bigger buffers
This commit is contained in:
@@ -551,8 +551,8 @@ CONFIG_UART7_SERIAL_CONSOLE=y
|
|||||||
#
|
#
|
||||||
# USART1 Configuration
|
# USART1 Configuration
|
||||||
#
|
#
|
||||||
CONFIG_USART1_RXBUFSIZE=128
|
CONFIG_USART1_RXBUFSIZE=600
|
||||||
CONFIG_USART1_TXBUFSIZE=32
|
CONFIG_USART1_TXBUFSIZE=1100
|
||||||
CONFIG_USART1_BAUD=115200
|
CONFIG_USART1_BAUD=115200
|
||||||
CONFIG_USART1_BITS=8
|
CONFIG_USART1_BITS=8
|
||||||
CONFIG_USART1_PARITY=0
|
CONFIG_USART1_PARITY=0
|
||||||
|
|||||||
Reference in New Issue
Block a user