Skip to content

Commit b296083

Browse files
Gary KeebleGary Keeble
authored andcommitted
Welcome Screen Ammendments
Just some simple link and text additions for Betaflight
1 parent 238839a commit b296083

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<div class="welcome-pane">
4242
<div class="container">
4343
<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>
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>
4646
<span class="btn btn-primary btn-lg btn-file"> Open log file/video <input type="file" class="file-open" multiple></span>
4747
</div>
4848
</div>
@@ -56,12 +56,12 @@ <h1>Welcome to Blackbox Explorer!</h1>
5656
</div>
5757
<div class="panel-body">
5858
<p>
59-
The Blackbox feature is built in to <a href="https://github.com/cleanflight/cleanflight">Cleanflight</a>,
59+
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>,
6060
and is supported on most of CF's flight controllers (Naze32, CC3D, SPRacingF3, etc.).
6161
</p>
6262
<p>
6363
To get started with Blackbox recording, read
64-
<a href="https://github.com/cleanflight/cleanflight/blob/master/docs/Blackbox.md">Cleanflight's
64+
<a href="https://github.com/cleanflight/cleanflight/blob/master/docs/Blackbox.md">Cleanflight and Betaflight's
6565
Blackbox feature documentation</a>.
6666
</p>
6767
<p>
@@ -72,7 +72,7 @@ <h1>Welcome to Blackbox Explorer!</h1>
7272
<p>
7373
If you believe you've found a bug in this viewer (e.g. the viewer crashes upon attempting to
7474
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>.
75+
<a href="https://github.com/betaflight/blackbox-log-viewer/issues">the viewer's GitHub bug tracker</a>.
7676
</p>
7777
</div>
7878
</div>
@@ -98,13 +98,19 @@ <h1>Welcome to Blackbox Explorer!</h1>
9898
<a href="http://www.rcgroups.com/forums/showthread.php?t=2386267">Blackbox log analyzation/help thread</a> on RCGroups.com
9999
</li>
100100
<li>
101-
<a href="https://github.com/cleanflight/cleanflight/blob/master/docs/PID%20tuning.md">Cleanflight's PID tuning documentation</a>
101+
<a href="https://github.com/cleanflight/cleanflight/blob/master/docs/PID%20tuning.md">Cleanflight and Betaflight's PID tuning documentation</a>
102102
</li>
103103
<li>
104104
<a href="http://www.rcgroups.com/forums/showthread.php?t=2249574">Cleanflight support topic</a> on RCGroups.com
105105
</li>
106106
<li>
107-
<a href="http://www.rcgroups.com/forums/showthread.php?t=2299805">Blackbox announcement topic</a> on RCGroups.com
107+
<a href="http://www.rcgroups.com/forums/showthread.php?t=2464844">Betaflight support topic</a> on RCGroups.com
108+
</li>
109+
<li>
110+
<a href="http://www.rcgroups.com/forums/showthread.php?t=2299805">Blackbox announcement topic (original viewer)</a> on RCGroups.com
111+
</li>
112+
<li>
113+
<a href="http://www.rcgroups.com/forums/showthread.php?t=2649495">Enhanced Blackbox announcement topic (this viewer)</a> on RCGroups.com
108114
</li>
109115
</ul>
110116
</div>

0 commit comments

Comments
 (0)