Browse Source

Better rendering for tune control

sbg
Hamish Willee 7 years ago committed by Beat Küng
parent
commit
988ce71ee0
  1. 6
      src/systemcmds/tune_control/tune_control.cpp

6
src/systemcmds/tune_control/tune_control.cpp

@ -80,13 +80,9 @@ https://github.com/PX4/Firmware/blob/master/src/lib/tunes/tune_definition.desc @@ -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);

Loading…
Cancel
Save