ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.68k stars 2.33k forks source link

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

Open EosBandi opened 5 months ago

EosBandi commented 5 months ago

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