mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Cli command renamed and typo fixed
can be typed faster ;-)
This commit is contained in:
parent
924c40a50d
commit
5e379529e5
1 changed files with 1 additions and 1 deletions
|
@ -6012,7 +6012,7 @@ const clicmd_t cmdTable[] = {
|
|||
|
||||
#endif
|
||||
#ifdef USE_DSHOT_TELEMETRY
|
||||
CLI_COMMAND_DEF("dshot_telemetry_info", "disply dshot telemetry info and stats", NULL, cliDshotTelemetryInfo),
|
||||
CLI_COMMAND_DEF("dshot_tlm_info", "display dshot telemetry info and stats", NULL, cliDshotTelemetryInfo),
|
||||
#endif
|
||||
#ifdef USE_DSHOT
|
||||
CLI_COMMAND_DEF("dshotprog", "program DShot ESC(s)", "<index> <command>+", cliDshotProg),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue