mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Add compile target name
We might as well know what board was running beta flight.
This commit is contained in:
parent
a4af3d301d
commit
85ab270772
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ static bool blackboxWriteSysinfo()
|
|||
blackboxPrintfHeaderLine("Firmware type:Cleanflight");
|
||||
break;
|
||||
case 1:
|
||||
blackboxPrintfHeaderLine("Firmware revision:Betaflight %s (%s)", FC_VERSION_STRING, shortGitRevision);
|
||||
blackboxPrintfHeaderLine("Firmware revision:Betaflight %s (%s) %s", FC_VERSION_STRING, shortGitRevision, targetName);
|
||||
break;
|
||||
case 2:
|
||||
blackboxPrintfHeaderLine("Firmware date:%s %s", buildDate, buildTime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue