Skip to content

Commit c612b42

Browse files
committed
Re-order DSHOT
1 parent e016acc commit c612b42

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

changelog.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@
3939
</head>
4040
<body>
4141
<div class="log">
42+
<h2> 2.5.9 - Minor Bug Fixes</h2>
43+
44+
<p>Observations during BF3.1.0 Release Candidate Testing.</p>
45+
46+
<ul>
47+
<li>Bump version to v2.5.9</li>
48+
<li>DSHOT protocol list order revised on log header.</li>
49+
<li>DSHOT1200 protocol added to log header.</li>
50+
</ul>
51+
4252
<h2> 2.5.8 - DShot Logging and Minor Bug Fixes</h2>
4353

4454
<p>Some fixes in response to user observations.</p>

js/flightlog_fielddefs.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@ var
120120
"ONESHOT42",
121121
"MULTISHOT",
122122
"BRUSHED",
123-
"DSHOT600",
123+
"DSHOT150",
124124
"DSHOT300",
125-
"DSHOT150"
125+
"DSHOT600",
126+
"DSHOT1200"
126127
]),
127128

128129
MOTOR_SYNC = makeReadOnly([

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Global Level Variables
44
var userSettings = {};
55

6-
var VIEWER_VERSION = '2.5.8'; // Current version
6+
var VIEWER_VERSION = '2.5.9'; // Current version
77

88
function BlackboxLogViewer() {
99
function supportsRequiredAPIs() {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Betaflight - Blackbox Explorer",
33
"description": "Interactive flight log viewer for Betaflight",
4-
"version": "2.5.8",
4+
"version": "2.5.9",
55
"manifest_version": 2,
66
"app": {
77
"background": {

0 commit comments

Comments
 (0)