1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Merge pull request #1452 from martinbudden/bf_fc_name

Added and used FC_FIRMWARE_NAME #define
This commit is contained in:
J Blackman 2016-11-04 21:38:26 +11:00 committed by GitHub
commit 32a3f8912c
4 changed files with 6 additions and 3 deletions

View file

@ -3613,7 +3613,8 @@ static void cliVersion(char *cmdline)
{
UNUSED(cmdline);
cliPrintf("# BetaFlight/%s %s %s / %s (%s)\r\n",
cliPrintf("# %s/%s %s %s / %s (%s)\r\n",
FC_FIRMWARE_NAME,
targetName,
FC_VERSION_STRING,
buildDate,