mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
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:
parent
f27932e236
commit
7af7ddcac0
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ static bool blackboxWriteSysinfo()
|
||||||
blackboxPrintfHeaderLine("Firmware type:Cleanflight");
|
blackboxPrintfHeaderLine("Firmware type:Cleanflight");
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
blackboxPrintfHeaderLine("Firmware revision:%s", shortGitRevision);
|
blackboxPrintfHeaderLine("Firmware revision:Betaflight %s (%s)", FC_VERSION_STRING, shortGitRevision);
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
blackboxPrintfHeaderLine("Firmware date:%s %s", buildDate, buildTime);
|
blackboxPrintfHeaderLine("Firmware date:%s %s", buildDate, buildTime);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue