mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 22:20:34 +08:00
16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
#
|
|
# Nested type.
|
|
# Generic hardware version information.
|
|
# These values should remain unchanged for the device's lifetime.
|
|
#
|
|
|
|
uint8 major
|
|
uint8 minor
|
|
|
|
# All zeros is not a valid UID.
|
|
# If filled with zeros, assume that the value is undefined.
|
|
uint8[16] unique_id
|
|
|
|
# Certificate of authenticity (COA) of the hardware, 255 bytes max.
|
|
uint8[<256] certificate_of_authenticity
|