1
0
Fork 0
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:
TheIsotopes 2019-07-30 12:02:11 +02:00 committed by GitHub
parent 924c40a50d
commit 5e379529e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),