Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Releases: cleanflight/blackbox-tools

v0.4.3

24 Jan 23:53
Compare
Choose a tag to compare

Adds support for decoding Betaflight logs.

v0.4.2

19 Aug 08:27
Compare
Choose a tag to compare

Fixes display of logs in blackbox_render when flight controller powerup time exceeds 35 minutes.

v0.4.1.1

09 Jul 10:17
Compare
Choose a tag to compare

This release updates the included version of the Cairo library from 1.14.0 to 1.14.2 to fix crashes encountered when drawing extremely vertical lines (caused by logs with corrupt data).

Only the MacOS and Linux binaries have the fixed version, the Win32 version still the buggy 1.14.0 Cairo, sorry!

Adds support for logs created by Cleanflight 1.9.0

10 Jun 08:13
Compare
Choose a tag to compare

Adds support for logs created by Cleanflight 1.9.0 (required for new gyro data to render properly).

v0.4.0

18 May 00:30
Compare
Choose a tag to compare

Adds support for decoding new Blackbox log data for flight mode, flight state, and failsafe phase.

v0.3.4

07 May 22:21
Compare
Choose a tag to compare

Adds support for computing cumulative current usage when a current sensor is available, and also allows simulating the virtual current sensor that Cleanflight provides (estimating current usage based on throttle position).

Adds support for decoding GTune events. Fixes JSON output of decoded events.

v0.3.3.1

29 Mar 01:46
Compare
Choose a tag to compare

Adds support for Windows XP (no other changes).

v0.3.3

26 Mar 11:39
Compare
Choose a tag to compare

Fixes per-frame memory leak in blackbox_render.

v0.3.2

21 Mar 09:16
Compare
Choose a tag to compare

Makes the estimated baud rate in blackbox_decode more realistic (previously it read 20% under the correct amount).

The Windows binaries have been updated so that you no longer need to have installed the "Visual Studio 2013 Redistributable" in order to run the tools.

v0.3.1.1

25 Feb 21:19
Compare
Choose a tag to compare

Adds new unit commandline options to blackbox_decode for decoding these fields: frame time, baro altitude, gyroscopes, accelerometers, vbat, amperage.

Fixes erroneous "corrupt frame" warning in blackbox_decode for event frames at end of log.

Fixes bug in 0.3.1 which showed the wrong defaults on the --help page for acceleration and rotation.