MissionPlanner icon indicating copy to clipboard operation
MissionPlanner copied to clipboard

MavLinkParam: Fix error when float param value is larger than decimal.MaxValue

Open EosBandi opened this issue 1 year ago • 0 comments

Fix exception, when a float parameter has value larger than decimal.MaxValue. (The only possible case when flt_max is used in the AP code for a parameter value...) This fix : https://github.com/ArduPilot/MissionPlanner/issues/3264

EosBandi avatar Jan 15 '24 10:01 EosBandi