px4fmu-v4pro 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:07:25 +02:00
committed by Lorenz Meier
parent 9f9477e156
commit b76e7347b5
+1 -1
View File
@@ -1086,7 +1086,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=0x0013
CONFIG_CDCACM_VENDORSTR="3D Robotics"