-
- Downloads
[MavlinkDriver] Increased buffer to MTU (1500B) and allocate on the heap
- Buffer input size: Changed to 1500B (MTU for Ethernet). This is due to the fact that the MavlinkDriver by doing so consumes the MTU completely reading from the wiz5500. This fixes the issue for which packets larger than the buffer or multiple packets in queue are dropped. - Buffer is allocated on the heap to avoid stack overflow issues.