Browse Source

boards/diatone/mamba-f405-mk2: symmetric buffers for wifi telemetry (#19808)

Symmetric buffers allow a much more reliable QGC Wifi telemetry connection especially when (virtual) joysticks are used.  (this board does not provide RX DMA on UART 4 as its timer does DSHOT).
main
achim 3 years ago committed by GitHub
parent
commit
fc3d88bb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      boards/diatone/mamba-f405-mk2/nuttx-config/nsh/defconfig

4
boards/diatone/mamba-f405-mk2/nuttx-config/nsh/defconfig

@ -175,8 +175,8 @@ CONFIG_SYSTEM_CDCACM=y @@ -175,8 +175,8 @@ CONFIG_SYSTEM_CDCACM=y
CONFIG_SYSTEM_NSH=y
CONFIG_TASK_NAME_SIZE=24
CONFIG_UART4_BAUD=57600
CONFIG_UART4_RXBUFSIZE=300
CONFIG_UART4_TXBUFSIZE=900
CONFIG_UART4_RXBUFSIZE=600
CONFIG_UART4_TXBUFSIZE=600
CONFIG_USART1_RXBUFSIZE=300
CONFIG_USART1_RXDMA=y
CONFIG_USART1_TXBUFSIZE=300

Loading…
Cancel
Save