ArduPilot / ArduRemoteID

RemoteID support using OpenDroneID
GNU General Public License v2.0
90 stars 45 forks source link

store static fields of the system message in parameters #136

Open BluemarkInnovations opened 7 months ago

BluemarkInnovations commented 7 months ago

The purpose of this PR is to store the static fields of the System message in parameters. These values are unlikely to change during the lifetime of an UAV in a typical application scenario. This has some advantages:

This PR automatically updates these parameter values if a new System message is received with different values.