Browse Source

Mantis: increase Tx buffer to with gimbal->camera

This way log streaming works with much less drops.
master
Julian Oes 3 years ago committed by Daniel Agar
parent
commit
06b5b58b3b
  1. 2
      boards/atl/mantis-edu/nuttx-config/nsh/defconfig

2
boards/atl/mantis-edu/nuttx-config/nsh/defconfig

@ -204,7 +204,7 @@ CONFIG_TASK_NAME_SIZE=24
CONFIG_UART4_BAUD=57600 CONFIG_UART4_BAUD=57600
CONFIG_UART4_RXBUFSIZE=600 CONFIG_UART4_RXBUFSIZE=600
CONFIG_UART4_RXDMA=y CONFIG_UART4_RXDMA=y
CONFIG_UART4_TXBUFSIZE=1500 CONFIG_UART4_TXBUFSIZE=3000
CONFIG_UART7_BAUD=57600 CONFIG_UART7_BAUD=57600
CONFIG_UART7_RXBUFSIZE=600 CONFIG_UART7_RXBUFSIZE=600
CONFIG_UART7_TXBUFSIZE=1500 CONFIG_UART7_TXBUFSIZE=1500

Loading…
Cancel
Save