MissionPlanner
MissionPlanner copied to clipboard
MavLinkParam: Fix error when float param value is larger than decimal.MaxValue
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