Skip to content

Commit

Permalink
Re-order DSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryKeeble committed Jan 13, 2017
1 parent e016acc commit c612b42
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions changelog.html
Expand Up @@ -39,6 +39,16 @@
</head>
<body>
<div class="log">
<h2> 2.5.9 - Minor Bug Fixes</h2>

<p>Observations during BF3.1.0 Release Candidate Testing.</p>

<ul>
<li>Bump version to v2.5.9</li>
<li>DSHOT protocol list order revised on log header.</li>
<li>DSHOT1200 protocol added to log header.</li>
</ul>

<h2> 2.5.8 - DShot Logging and Minor Bug Fixes</h2>

<p>Some fixes in response to user observations.</p>
Expand Down
5 changes: 3 additions & 2 deletions js/flightlog_fielddefs.js
Expand Up @@ -120,9 +120,10 @@ var
"ONESHOT42",
"MULTISHOT",
"BRUSHED",
"DSHOT600",
"DSHOT150",
"DSHOT300",
"DSHOT150"
"DSHOT600",
"DSHOT1200"
]),

MOTOR_SYNC = makeReadOnly([
Expand Down
2 changes: 1 addition & 1 deletion js/main.js
Expand Up @@ -3,7 +3,7 @@
// Global Level Variables
var userSettings = {};

var VIEWER_VERSION = '2.5.8'; // Current version
var VIEWER_VERSION = '2.5.9'; // Current version

function BlackboxLogViewer() {
function supportsRequiredAPIs() {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"name": "Betaflight - Blackbox Explorer",
"description": "Interactive flight log viewer for Betaflight",
"version": "2.5.8",
"version": "2.5.9",
"manifest_version": 2,
"app": {
"background": {
Expand Down

0 comments on commit c612b42

Please sign in to comment.