hardwareVersion property

List<char> hardwareVersion
final

Hardware version. The recommended format is SEMVER: 'major.minor.patch' (any format may be used). The field must be zero terminated if it has a value. The field is optional and can be empty/all zeros.

MAVLink type: char24

hardware_version

Implementation

final List<char> hardwareVersion;