In the stock point clod demo, will the whole pipeline be blocked if the UART does not outputting the processed data fast enough ?
i.e. if we output more debug info like the rangeAzimuthHeatMap and logMagRange, the the UART is not fast enough to output those data.
Will the TX chirp wait for the uart to be finished before TX again ?
Does the chirp do ping-pong ? i.e. another chirp is sending while the previous chirp is still processing ?
How the firmware handle this edge case ?