mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 13:00:36 +08:00
Better rendering for tune control
This commit is contained in:
@@ -80,13 +80,9 @@ https://github.com/PX4/Firmware/blob/master/src/lib/tunes/tune_definition.desc
|
||||
### Examples
|
||||
|
||||
Play system tune #2:
|
||||
|
||||
tune_control play -t 2
|
||||
|
||||
|
||||
$ tune_control play -t 2
|
||||
)DESCR_STR");
|
||||
|
||||
|
||||
PRINT_MODULE_USAGE_NAME("tune_control", "system");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("play","Play system tune, tone, or melody");
|
||||
PRINT_MODULE_USAGE_PARAM_INT('t', 1, 1, 21, "Play predefined system tune", true);
|
||||
|
||||
Reference in New Issue
Block a user