Overview
Blackbox tools for INAV 8.0.0
Functional Changes
- Updates blackbox-tools for breaking changes in INAV 8
- Routine updates to latest INAV constants for RC Modes etc.
- Support up to 16 motors and 32 servos
- Support (merged) flightModeFlags and flightModeFlags2 (64bit flight modes)
- Support updateed rcmode order for 8.0
- Added
blackbox_render --mode
for user defined stick modes (1-4) - Add identifying metadata to GPX output
- Enhanced log consistency test
- Remove obsolete 3rd party packages from repository
Binary Releases
Binary releases:
- Only include
blackbox_decode
; if you wantblackbox_render
you will have to build it locally. - Includes a
bin
directory withblackbox_decode
and ashare
directory providing the bash completion module. - All binaries are cross-compiled on Linux with
CC="zig cc"
resulting is either static or minimal (version independent) dependencies.