ArduPilot / WebTools

GNU General Public License v3.0
26 stars 27 forks source link

FilterReview: tracking: logged notch: remove array spread to remove large call stack #197

Closed IamPete1 closed 1 month ago

IamPete1 commented 1 month ago

This spread was resulting in passing too many arguments to the max method. Swapping iterating over the list removes the issue. https://github.com/ArduPilot/WebTools/issues/195