2.5.8
版本发布时间: 2017-01-03 22:45:18
betaflight/blackbox-log-viewer最新发布版本:3.7.0(2024-05-04 06:18:26)
Some fixes in response to user observations.
- Bump version to v2.5.8
- Fix to Analyser display going blank for users using logging to onboard flash memory.
- Always start with the values table hidden; pressing key 'T' will toggle the table; pressing the toolbar button will put it back at the bottom of the graph.
- Fix Issue #36; viewer was not parsing version number correctly for filter scaling. Refactored functions to use library semver.
- UI Overhall; better support for smaller screens, toolbar will collapse into menu's when there's not enough room.
- BF3.1 Compatibility, corrected filter values showing zero and removed PID controller type from header display.
- Add Dshot to protocol definitions on header dialog.
- Update for gyro scaling in BF3.1.0; scaling is now handled by flight controller
Notes
- The analyser display can go blank when using log files uploaded from flash memory. The problem occurs if you change log from the drop-down menu before displaying the analyser. Then when you do display the analyser, and zoom in, the analyser goes blank. This version should cure this.