1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +03:00

Added the MCU type to MSP.

This commit is contained in:
mikeller 2019-02-07 00:16:13 +13:00
parent d737bab37e
commit b93b345830
3 changed files with 16 additions and 3 deletions

View file

@ -4668,7 +4668,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
}
@ -4993,7 +4993,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