We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed3d185 + d0b6862 commit a4f2f63Copy full SHA for a4f2f63
changelog.html
@@ -51,6 +51,7 @@ <h2> 2.5.8 - Minor Bug Fixes and UI layout</h2>
51
<li>Fix Issue #36; viewer was not parsing version number correctly for filter scaling. Refactored functions to use library semver.</li>
52
<li>UI Overhall; improved handling for smaller screens.</li>
53
<li>Changelog added to Welcome screen</li>
54
+ <li>Add DShot to header dialog</li>
55
</ul>
56
57
<h2> 2.5.7 - Minor Bug Fixes and Feature Improvements</h2>
js/flightlog_fielddefs.js
@@ -119,7 +119,10 @@ var
119
"ONESHOT125",
120
"ONESHOT42",
121
"MULTISHOT",
122
- "BRUSHED"
+ "BRUSHED",
123
+ "DSHOT600",
124
+ "DSHOT300",
125
+ "DSHOT150"
126
]),
127
128
MOTOR_SYNC = makeReadOnly([
0 commit comments