File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 120120 "ONESHOT42" ,
121121 "MULTISHOT" ,
122122 "BRUSHED" ,
123- "DSHOT600 " ,
123+ "DSHOT150 " ,
124124 "DSHOT300" ,
125- "DSHOT150"
125+ "DSHOT600" ,
126+ "DSHOT1200"
126127 ] ) ,
127128
128129 MOTOR_SYNC = makeReadOnly ( [
Original file line number Diff line number Diff line change 33// Global Level Variables
44var userSettings = { } ;
55
6- var VIEWER_VERSION = '2.5.8 ' ; // Current version
6+ var VIEWER_VERSION = '2.5.9 ' ; // Current version
77
88function BlackboxLogViewer ( ) {
99 function supportsRequiredAPIs ( ) {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments