Skip to content

Commit a4f2f63

Browse files
committed
Merge branch 'DShot'
2 parents ed3d185 + d0b6862 commit a4f2f63

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ <h2> 2.5.8 - Minor Bug Fixes and UI layout</h2>
5151
<li>Fix Issue #36; viewer was not parsing version number correctly for filter scaling. Refactored functions to use library semver.</li>
5252
<li>UI Overhall; improved handling for smaller screens.</li>
5353
<li>Changelog added to Welcome screen</li>
54+
<li>Add DShot to header dialog</li>
5455
</ul>
5556

5657
<h2> 2.5.7 - Minor Bug Fixes and Feature Improvements</h2>

js/flightlog_fielddefs.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ var
119119
"ONESHOT125",
120120
"ONESHOT42",
121121
"MULTISHOT",
122-
"BRUSHED"
122+
"BRUSHED",
123+
"DSHOT600",
124+
"DSHOT300",
125+
"DSHOT150"
123126
]),
124127

125128
MOTOR_SYNC = makeReadOnly([

0 commit comments

Comments
 (0)