mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
docs(bug): Fix up typo to BATTERY_STATUS_DEMO (#26787)
This commit is contained in:
@@ -230,7 +230,7 @@ If you search in the file you'll find groups of messages defined in a switch sta
|
|||||||
- `MAVLINK_MODE_IRIDIUM`: Streamed to an iridium satellite phone
|
- `MAVLINK_MODE_IRIDIUM`: Streamed to an iridium satellite phone
|
||||||
|
|
||||||
Normally you'll be testing on a GCS, so you could just add the message to the `MAVLINK_MODE_NORMAL` case using the `configure_stream_local()` method.
|
Normally you'll be testing on a GCS, so you could just add the message to the `MAVLINK_MODE_NORMAL` case using the `configure_stream_local()` method.
|
||||||
For example, to stream CA_TRAJECTORY at 5 Hz:
|
For example, to stream `BATTERY_STATUS_DEMO` at 5 Hz:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
case MAVLINK_MODE_CONFIG: // USB
|
case MAVLINK_MODE_CONFIG: // USB
|
||||||
|
|||||||
Reference in New Issue
Block a user