firmwareVersion property
Version of the gimbal firmware, encoded as: (Dev & 0xff) << 24 | (Patch & 0xff) << 16 | (Minor & 0xff) << 8 | (Major & 0xff).
MAVLink type: uint32_t
firmware_version
Implementation
final uint32_t firmwareVersion;
Version of the gimbal firmware, encoded as: (Dev & 0xff) << 24 | (Patch & 0xff) << 16 | (Minor & 0xff) << 8 | (Major & 0xff).
MAVLink type: uint32_t
firmware_version
final uint32_t firmwareVersion;