mindpx-v2 nuttx config: reduce CONFIG_CDCACM_TXBUFSIZE to 2000

Log file download via Mavlink is the one that needs the most bandwidth.
It needs typically around 200B TX buffer, and spikes at around 1500B every
10sec, with an average download speed of 230KB/s.
This commit is contained in:
Beat Küng 2017-04-03 16:06:27 +02:00 committed by Lorenz Meier
parent 6f74994c2a
commit ff7d062987
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@ CONFIG_CDCACM_NRDREQS=4
CONFIG_CDCACM_NWRREQS=4
CONFIG_CDCACM_BULKIN_REQLEN=96
CONFIG_CDCACM_RXBUFSIZE=600
CONFIG_CDCACM_TXBUFSIZE=4000
CONFIG_CDCACM_TXBUFSIZE=2000
CONFIG_CDCACM_VENDORID=0x26ac
CONFIG_CDCACM_PRODUCTID=0x0030
CONFIG_CDCACM_VENDORSTR="3D Robotics"