mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Include version output in cli 'dump'.
Conflicts: src/cli.c
This commit is contained in:
parent
2461169114
commit
e51cb447c4
1 changed files with 4 additions and 0 deletions
|
@ -574,6 +574,10 @@ static void cliDump(char *cmdline)
|
|||
}
|
||||
|
||||
if (dumpMask & DUMP_MASTER) {
|
||||
|
||||
printf("\r\n# version\r\n");
|
||||
cliVersion(NULL);
|
||||
|
||||
printf("\r\n# dump master\r\n");
|
||||
printf("\r\n# mixer\r\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue