mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Clean msp_osd help string and debug message
This commit is contained in:
@@ -121,7 +121,7 @@ MspOsd::MspOsd(const char *device) :
|
|||||||
strcpy(_device, device);
|
strcpy(_device, device);
|
||||||
|
|
||||||
// _is_initialized = true;
|
// _is_initialized = true;
|
||||||
PX4_INFO("MSP OSD prepared to run on %s", _device);
|
PX4_INFO("MSP OSD running on %s", _device);
|
||||||
}
|
}
|
||||||
|
|
||||||
MspOsd::~MspOsd()
|
MspOsd::~MspOsd()
|
||||||
@@ -504,10 +504,10 @@ int MspOsd::print_usage(const char *reason)
|
|||||||
PRINT_MODULE_DESCRIPTION(
|
PRINT_MODULE_DESCRIPTION(
|
||||||
R"DESCR_STR(
|
R"DESCR_STR(
|
||||||
### Description
|
### Description
|
||||||
Msp OSD!
|
MSP telemetry streamer
|
||||||
|
|
||||||
### Implementation
|
### Implementation
|
||||||
Does the things for the DJI Air Unit OSD
|
Converts uORB messages to MSP telemetry packets
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
CLI usage example:
|
CLI usage example:
|
||||||
|
|||||||
Reference in New Issue
Block a user