MissionPlanner icon indicating copy to clipboard operation
MissionPlanner copied to clipboard

ArduPilot: Mavlink: MAVLinkInterface: retain defualt param value over…

Open IamPete1 opened this issue 3 years ago • 0 comments

… set and check

Follow up to https://github.com/ArduPilot/MissionPlanner/pull/2907. When writing prams the value re-fetched to check this replaced the original entry loosing the default value. This change stashes the param and then copy across the default.

Without we get defaults going to NAN after a pram change. image

IamPete1 avatar Jul 25 '22 22:07 IamPete1