docs: auto-sync metadata [skip ci]

Co-Authored-By: PX4 BuildBot <bot@px4.io>
This commit is contained in:
PX4BuildBot
2026-05-27 02:57:43 +00:00
parent b52464059e
commit be784e21f7
276 changed files with 3540 additions and 3469 deletions

View File

@@ -8,13 +8,13 @@ pageClass: is-wide-page
## Fields
| Name | Type | Unit [Frame] | Range/Enum | Description |
| --------- | ----------- | ------------ | ---------- | ---------------------------------------------------- |
| timestamp | `uint64` | us | | Time since system start |
| firmware | `uint8` | | | ESC firmware type (see ESC_FIRMWARE enum in MAVLink) |
| index | `uint8` | | | Index of the ESC (0 = ESC1, 1 = ESC2, etc.) |
| length | `uint16` | | | Length of valid data |
| data | `uint8[48]` | | | Raw ESC EEPROM data |
| Name | Type | Unit [Frame] | Range/Enum | Description |
| ----------------------------------- | ----------- | ------------ | ---------- | ---------------------------------------------------- |
| <a id="fld_timestamp"></a>timestamp | `uint64` | us | | Time since system start |
| <a id="fld_firmware"></a>firmware | `uint8` | | | ESC firmware type (see ESC_FIRMWARE enum in MAVLink) |
| <a id="fld_index"></a>index | `uint8` | | | Index of the ESC (0 = ESC1, 1 = ESC2, etc.) |
| <a id="fld_length"></a>length | `uint16` | | | Length of valid data |
| <a id="fld_data"></a>data | `uint8[48]` | | | Raw ESC EEPROM data |
## Constants