mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Merge pull request #1037 from mikeller/remove_double_up_servo_dump
Removed doubled up servo output in CLI 'diff'/'dump'.
This commit is contained in:
commit
f21037ad37
1 changed files with 0 additions and 7 deletions
|
@ -2764,13 +2764,6 @@ static void printConfig(char *cmdline, bool doDiff)
|
|||
#endif
|
||||
printRxRange(dumpMask, &defaultConfig);
|
||||
|
||||
#ifdef USE_SERVOS
|
||||
#ifndef CLI_MINIMAL_VERBOSITY
|
||||
cliPrint("\r\n# servo\r\n");
|
||||
#endif
|
||||
printServo(dumpMask, &defaultConfig);
|
||||
#endif
|
||||
|
||||
#ifdef VTX
|
||||
#ifndef CLI_MINIMAL_VERBOSITY
|
||||
cliPrint("\r\n# vtx\r\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue