18
18
< script src ="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js "> </ script >
19
19
</ head >
20
20
< body >
21
+ <!-- Navigation Bar -->
21
22
< nav class ="navbar navbar-inverse navbar-static-top " role ="navigation ">
22
23
< div class ="container header-pane ">
23
24
< div class ="navbar-header ">
37
38
<!--</div>-->
38
39
</ div >
39
40
</ nav >
40
-
41
+ <!-- Welcome Page -->
41
42
< div class ="welcome-pane ">
42
43
< div class ="container ">
43
44
< div class ="jumbotron ">
44
- < h1 > Welcome to Blackbox Explorer!</ h1 >
45
- < p > This tool allows you to view and analyze logs created by Cleanflight's Blackbox feature.</ p >
45
+ < h1 > Welcome to the Enhanced Blackbox Explorer!</ h1 >
46
+ < p > This tool allows you to view and analyze logs created by Cleanflight's and Betaflight's Blackbox feature.</ p >
46
47
< span class ="btn btn-primary btn-lg btn-file "> Open log file/video < input type ="file " class ="file-open " multiple > </ span >
47
48
</ div >
48
49
</ div >
@@ -56,12 +57,12 @@ <h1>Welcome to Blackbox Explorer!</h1>
56
57
</ div >
57
58
< div class ="panel-body ">
58
59
< p >
59
- The Blackbox feature is built in to < a href ="https://github.com/cleanflight/cleanflight "> Cleanflight</ a > ,
60
+ The Blackbox feature is built in to < a href ="https://github.com/cleanflight/cleanflight "> Cleanflight</ a > and < a href =" https://github.com/betaflight/betaflight/releases " > Betaflight </ a > ,
60
61
and is supported on most of CF's flight controllers (Naze32, CC3D, SPRacingF3, etc.).
61
62
</ p >
62
63
< p >
63
64
To get started with Blackbox recording, read
64
- < a href ="https://github.com/cleanflight/cleanflight/blob/master/docs/Blackbox.md "> Cleanflight's
65
+ < a href ="https://github.com/cleanflight/cleanflight/blob/master/docs/Blackbox.md "> Cleanflight and Betaflight 's
65
66
Blackbox feature documentation</ a > .
66
67
</ p >
67
68
< p >
@@ -72,7 +73,7 @@ <h1>Welcome to Blackbox Explorer!</h1>
72
73
< p >
73
74
If you believe you've found a bug in this viewer (e.g. the viewer crashes upon attempting to
74
75
open a log file), or you have a suggestion, please add it to
75
- < a href ="https://github.com/cleanflight /blackbox-log-viewer/issues "> the viewer's GitHub bug tracker</ a > .
76
+ < a href ="https://github.com/betaflight /blackbox-log-viewer/issues "> the viewer's GitHub bug tracker</ a > .
76
77
</ p >
77
78
</ div >
78
79
</ div >
@@ -98,13 +99,19 @@ <h1>Welcome to Blackbox Explorer!</h1>
98
99
< a href ="http://www.rcgroups.com/forums/showthread.php?t=2386267 "> Blackbox log analyzation/help thread</ a > on RCGroups.com
99
100
</ li >
100
101
< li >
101
- < a href ="https://github.com/cleanflight/cleanflight/blob/master/docs/PID%20tuning.md "> Cleanflight's PID tuning documentation</ a >
102
+ < a href ="https://github.com/cleanflight/cleanflight/blob/master/docs/PID%20tuning.md "> Cleanflight and Betaflight 's PID tuning documentation</ a >
102
103
</ li >
103
104
< li >
104
105
< a href ="http://www.rcgroups.com/forums/showthread.php?t=2249574 "> Cleanflight support topic</ a > on RCGroups.com
105
106
</ li >
106
107
< li >
107
- < a href ="http://www.rcgroups.com/forums/showthread.php?t=2299805 "> Blackbox announcement topic</ a > on RCGroups.com
108
+ < a href ="http://www.rcgroups.com/forums/showthread.php?t=2464844 "> Betaflight support topic</ a > on RCGroups.com
109
+ </ li >
110
+ < li >
111
+ < a href ="http://www.rcgroups.com/forums/showthread.php?t=2299805 "> Blackbox announcement topic (original viewer)</ a > on RCGroups.com
112
+ </ li >
113
+ < li >
114
+ < a href ="http://www.rcgroups.com/forums/showthread.php?t=2649495 "> Enhanced Blackbox announcement topic (this viewer)</ a > on RCGroups.com
108
115
</ li >
109
116
</ ul >
110
117
</ div >
@@ -134,8 +141,8 @@ <h1>Welcome to Blackbox Explorer!</h1>
134
141
</ div >
135
142
</ div >
136
143
</ div >
137
-
138
- < div class ="container main-pane ">
144
+ <!-- Main Page -->
145
+ < div class ="container-fluid main-pane ">
139
146
< div class ="log-metadata ">
140
147
< div class ="log-info form-horizontal ">
141
148
< div class ="form-group ">
@@ -302,8 +309,7 @@ <h2>Legend <span class="log-close-legend-dialog glyphicon glyphicon-remove"></sp
302
309
</ div >
303
310
304
311
</ div >
305
- <!-- /container -->
306
-
312
+ <!-- Status Bar -->
307
313
< div id ="status-bar ">
308
314
< div >
309
315
< span class ="version "> -</ span >
@@ -357,8 +363,8 @@ <h2>Legend <span class="log-close-legend-dialog glyphicon glyphicon-remove"></sp
357
363
< span class ="configuration-file-name "> -</ span >
358
364
</ div >
359
365
</ div >
360
-
361
- < div class ="modal fade " id ="dlgGraphConfiguration ">
366
+ <!-- Dialog Boxes and Popup Windows -->
367
+ < div class ="modal fade graph-configuration-dialog " id ="dlgGraphConfiguration ">
362
368
< div class ="modal-dialog ">
363
369
< div class ="modal-content ">
364
370
< div class ="modal-header ">
@@ -385,7 +391,6 @@ <h4 class="modal-title">Configure graphs</h4>
385
391
</ div >
386
392
</ div >
387
393
</ div >
388
-
389
394
< div class ="modal fade header-dialog " id ="dlgHeaderDialog ">
390
395
< div class ="modal-dialog ">
391
396
< div class ="modal-content ">
@@ -834,7 +839,6 @@ <h5 class="modal-title-date"></h5>
834
839
</ div >
835
840
</ div >
836
841
</ div >
837
-
838
842
< div class ="modal fade keys-dialog " id ="dlgKeysDialog ">
839
843
< div class ="modal-dialog ">
840
844
< div class ="modal-content ">
@@ -925,8 +929,7 @@ <h4 class="modal-title">Shortcut Keys</h4>
925
929
</ div >
926
930
</ div >
927
931
</ div >
928
-
929
- < div class ="modal fade " id ="dlgVideoExport ">
932
+ < div class ="modal fade video-export-dialog " id ="dlgVideoExport ">
930
933
< div class ="modal-dialog ">
931
934
< div class ="modal-content ">
932
935
< div class ="modal-header ">
@@ -1038,7 +1041,6 @@ <h4 class="modal-title">Export video</h4>
1038
1041
</ div >
1039
1042
</ div >
1040
1043
</ div >
1041
-
1042
1044
< div class ="modal fade user-settings-dialog " id ="dlgUserSettings ">
1043
1045
< div class ="modal-dialog ">
1044
1046
< div class ="modal-content ">
@@ -1049,8 +1051,6 @@ <h4 class="modal-title">Advanced User Settings</h4>
1049
1051
< div class ="pane-user-settings form-horizontal ">
1050
1052
< div class ="form-group ">
1051
1053
< label class ="col-sm-3 control-label "> Mixer Settings</ label >
1052
- </ tr >
1053
- </ table >
1054
1054
< div class ="col-sm-9 ">
1055
1055
< label class ="option "> Custom< input class ="custom_mixes ios-switch orange " type ="checkbox "/> < div > < div > </ div > </ div > </ label >
1056
1056
</ div >
@@ -1070,6 +1070,23 @@ <h4 class="modal-title">Advanced User Settings</h4>
1070
1070
</ p >
1071
1071
</ div >
1072
1072
</ div >
1073
+ < div class ="form-group ">
1074
+ < label class ="col-sm-3 control-label "> Stick Settings</ label >
1075
+ < div class ="stick_mode_group col-sm-9 ">
1076
+ < table >
1077
+ < tr >
1078
+ < td >
1079
+ < label > Mode</ label >
1080
+ < input type ="radio " name ="stick-mode " value ="1 "> Mode 1</ input > < br >
1081
+ < input type ="radio " name ="stick-mode " value ="2 "> Mode 2</ input > < br >
1082
+ < input type ="radio " name ="stick-mode " value ="3 "> Mode 3</ input > < br >
1083
+ < input type ="radio " name ="stick-mode " value ="4 "> Mode 4</ input > < br >
1084
+ </ td >
1085
+ < td class ="modePreview "> < img src ="./images/stick_modes/mode_2.png "/> </ td >
1086
+ </ tr >
1087
+ </ table >
1088
+ </ div >
1089
+ </ div >
1073
1090
</ div >
1074
1091
</ div >
1075
1092
< div class ="modal-footer ">
@@ -1079,7 +1096,7 @@ <h4 class="modal-title">Advanced User Settings</h4>
1079
1096
</ div >
1080
1097
</ div >
1081
1098
</ div >
1082
-
1099
+ <!-- Scripts -->
1083
1100
< script src ="js/vendor/jquery-1.11.3.min.js "> </ script >
1084
1101
< script src ="js/vendor/bootstrap.min.js "> </ script >
1085
1102
< script src ="js/vendor/jquery.ba-throttle-debounce.js "> </ script >
0 commit comments