Add Betaflight Revision to Header Field

Added Betaflight version number to header; no more doubt about which
version you were flying when the log was made.
This commit is contained in:
Gary Keeble 2016-04-28 17:10:23 +01:00
parent f27932e236
commit 7af7ddcac0
1 changed files with 1 additions and 1 deletions

View File

@ -1133,7 +1133,7 @@ static bool blackboxWriteSysinfo()
blackboxPrintfHeaderLine("Firmware type:Cleanflight");
break;
case 1:
blackboxPrintfHeaderLine("Firmware revision:%s", shortGitRevision);
blackboxPrintfHeaderLine("Firmware revision:Betaflight %s (%s)", FC_VERSION_STRING, shortGitRevision);
break;
case 2:
blackboxPrintfHeaderLine("Firmware date:%s %s", buildDate, buildTime);