mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Add MSP_API_VERSION command. Added MSP development guidelines. Define
board identifiers for all cleanflight targets.
This commit is contained in:
parent
4f96e3c20e
commit
596d798732
12 changed files with 184 additions and 17 deletions
|
@ -1219,7 +1219,7 @@ static void cliVersion(char *cmdline)
|
|||
{
|
||||
UNUSED(cmdline);
|
||||
|
||||
printf("Cleanflight/%s " __DATE__ " / " __TIME__ " (%s)", targetName, shortGitRevision);
|
||||
printf("Cleanflight/%s %s / %s (%s)", targetName, buildDate, buildTime, shortGitRevision);
|
||||
}
|
||||
|
||||
void cliProcess(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue