mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Merge pull request #7542 from mikeller/add_mcu_type_msp
Added the MCU type to MSP.
This commit is contained in:
commit
3672bead17
3 changed files with 16 additions and 3 deletions
|
@ -5012,7 +5012,7 @@ static void printConfig(char *cmdline, bool doDiff)
|
|||
|
||||
if (dumpMask & DUMP_ALL) {
|
||||
cliMcuId(NULL);
|
||||
#if defined(USE_BOARD_INFO) && defined(USE_SIGNATURE)
|
||||
#if defined(USE_SIGNATURE)
|
||||
cliSignature("");
|
||||
#endif
|
||||
}
|
||||
|
@ -5342,7 +5342,7 @@ const clicmd_t cmdTable[] = {
|
|||
CLI_COMMAND_DEF("servo", "configure servos", NULL, cliServo),
|
||||
#endif
|
||||
CLI_COMMAND_DEF("set", "change setting", "[<name>=<value>]", cliSet),
|
||||
#if defined(USE_BOARD_INFO) && defined(USE_SIGNATURE)
|
||||
#if defined(USE_SIGNATURE)
|
||||
CLI_COMMAND_DEF("signature", "get / set the board type signature", "[signature]", cliSignature),
|
||||
#endif
|
||||
#ifdef USE_SERVOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue