3.7.0
版本发布时间: 2024-05-04 06:18:26
betaflight/blackbox-log-viewer最新发布版本:3.7.0(2024-05-04 06:18:26)
This version is available as a web app, no need to install a file locally, just head to: https://blackbox.betaflight.com
Want to install locally? Which file do I need?
- Windows (7, 8, 10):
betaflight-blackbox-explorer-installer_<version>_win32.exe
; - Mac OS X:
betaflight-blackbox-explorer_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-blackbox-explorer_<version>_amd64.deb
(Ubuntu, debian),betaflight-blackbox-explorer-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-blackbox-explorer_<version>_linux64.zip
(others).
Release Notes
This update of Blackbox Log Viewer adds support for logs written by the latest version of the Betaflight firmware (4.5).
We have tried to make this release as bug free as possible. If you still find a bug, please report it back to us by opening an issue here.
If you want to talk about Betaflight, ask configuration questions, or just hang out with fellow pilots, you can do this in our Facebook group.
Betaflight also has a presence with Discord. Register here. Most developers hang out there, so this is a great place to talk about the things you are tinkering with in Betaflight, or get help.
What's Changed
Improvements
- Update GPS Rescue Altitude, Heading and Tracking, and Altitude, Baro and RTH debugs by @ctzsnooze in https://github.com/betaflight/blackbox-log-viewer/pull/593
- Update Baro debug by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/604
- Add GPS DOP debug by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/605
- Allow for GPS Data in Table/Graph/Exports by @LinusThorsell in https://github.com/betaflight/blackbox-log-viewer/pull/606
- Added map with home position / craft position / flight trail #490 by @bonchan in https://github.com/betaflight/blackbox-log-viewer/pull/613
- Make measurement system units changeable. by @LinusThorsell in https://github.com/betaflight/blackbox-log-viewer/pull/616
- Added GPX exporter by @bonchan in https://github.com/betaflight/blackbox-log-viewer/pull/614
- Add support for Omron 2SMBP-02B barometer by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/622
- Add FAILSAFE and GYRO_CALIBRATION debug modes by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/626
- Plot 8 columns of debug data by @bw1129 in https://github.com/betaflight/blackbox-log-viewer/pull/631
- Seekbar more metrics by @VolkerGoeschl in https://github.com/betaflight/blackbox-log-viewer/pull/635
- add motor_poles to header render by @nerdCopter in https://github.com/betaflight/blackbox-log-viewer/pull/647
- Added dynamic expo factors, see bf PR #13004 by @pichim in https://github.com/betaflight/blackbox-log-viewer/pull/650
- Toggle trace/field visibility by @atomgomba in https://github.com/betaflight/blackbox-log-viewer/pull/664
- Remove special charachters from eRPM field by @tbolin in https://github.com/betaflight/blackbox-log-viewer/pull/666
- Add simple stats table by @atomgomba in https://github.com/betaflight/blackbox-log-viewer/pull/661
- Add a RPM vs frequency spectrum plot by @tbolin in https://github.com/betaflight/blackbox-log-viewer/pull/668
- Added thrust_linear by @pichim in https://github.com/betaflight/blackbox-log-viewer/pull/670
- Add missing debugs by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/671
- Added tpa lower parameters to header by @pichim in https://github.com/betaflight/blackbox-log-viewer/pull/657
- Add LSM6DSV16X by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/675
- Add EZLANDING debug by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/676
- Bump NWJS and FFmpeg to 0.83 by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/687
- Scale and display EZLANDING debug fields as percentages by @tbolin in https://github.com/betaflight/blackbox-log-viewer/pull/712
- Added warning at the status bar while actual log rate is less then required by @demvlad in https://github.com/betaflight/blackbox-log-viewer/pull/715
- Add EZLANDING speed parameter debug fields by @tbolin in https://github.com/betaflight/blackbox-log-viewer/pull/719
- Web build of blackbox explorer by @chmelevskij in https://github.com/betaflight/blackbox-log-viewer/pull/697
- feat: add offline pwa files by @chmelevskij in https://github.com/betaflight/blackbox-log-viewer/pull/722
Fixes
- Fix heading offset by @ctzsnooze in https://github.com/betaflight/blackbox-log-viewer/pull/600
- Update hardware and debug fields by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/603
- Update debug mode by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/607
- Fix debug modes by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/609
- fixed NaN validation, add no-gps-data class to map by @bonchan in https://github.com/betaflight/blackbox-log-viewer/pull/618
- Bugfix: chrome.fileSystem.chooseEntry now requires "description" by @danniesim in https://github.com/betaflight/blackbox-log-viewer/pull/636
- fix dynThrPID to tpa_rate changes by @nerdCopter in https://github.com/betaflight/blackbox-log-viewer/pull/649
- header fixes for antigravity by @nerdCopter in https://github.com/betaflight/blackbox-log-viewer/pull/655
- Fixed msp accel scaling in flightlog parser by @flaviopinzarrone in https://github.com/betaflight/blackbox-log-viewer/pull/651
- Set gyro_sample graph scaling to the same as other gyro graphs by @ctzsnooze in https://github.com/betaflight/blackbox-log-viewer/pull/700
- Fix order by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/702
- Header: fix voltage scale by @nerdCopter in https://github.com/betaflight/blackbox-log-viewer/pull/714
- Resolved issue of wrong throttle values at spectrum chart when not all log parameters are selected in blackbox settings by @demvlad in https://github.com/betaflight/blackbox-log-viewer/pull/713
New Contributors
- @daleckystepan made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/560
- @meoso made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/586
- @LinusThorsell made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/606
- @wetheredge made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/610
- @bonchan made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/613
- @danniesim made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/636
- @VolkerGoeschl made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/635
- @tbolin made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/640
- @pichim made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/650
- @flaviopinzarrone made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/651
- @mituritsyn made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/706
- @demvlad made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/713
Full Changelog: https://github.com/betaflight/blackbox-log-viewer/compare/3.6.0...3.7.0