forked from Archive/PX4-Autopilot
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:
parent
6f74994c2a
commit
ff7d062987
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue