You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@
41
41
<divclass="welcome-pane">
42
42
<divclass="container">
43
43
<divclass="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>
44
+
<h1>Welcome to the Enhanced Blackbox Explorer!</h1>
45
+
<p>This tool allows you to view and analyze logs created by Cleanflight's and Betaflight's Blackbox feature.</p>
46
46
<spanclass="btn btn-primary btn-lg btn-file"> Open log file/video <inputtype="file" class="file-open" multiple></span>
47
47
</div>
48
48
</div>
@@ -56,12 +56,12 @@ <h1>Welcome to Blackbox Explorer!</h1>
56
56
</div>
57
57
<divclass="panel-body">
58
58
<p>
59
-
The Blackbox feature is built in to <ahref="https://github.com/cleanflight/cleanflight">Cleanflight</a>,
59
+
The Blackbox feature is built in to <ahref="https://github.com/cleanflight/cleanflight">Cleanflight</a> and <ahref="https://github.com/betaflight/betaflight/releases">Betaflight</a>,
60
60
and is supported on most of CF's flight controllers (Naze32, CC3D, SPRacingF3, etc.).
0 commit comments