-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
35 lines (33 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<title>FPV.WTF OPKG Repository</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<table class="table">
<thead>
<tr>
<th>Repository</th>
<th>Supported Devices</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="./pigeon">Pigeon</a></td>
<td>DJI HD FPV Goggles V1 and V2, DJI HD FPV Airunit and Caddx Vista</td>
</tr>
<tr>
<td><a href="./pigeon-prerelease">Pigeon Pre-release</a></td>
<td>DJI HD FPV Goggles V1 and V2, DJI HD FPV Airunit and Caddx Vista</td>
</tr>
<tr>
<td><a href="./healthchecks/healthchecks.tar.gz">Health Checks</a></td>
<td>wtfos device health checks for the configurator</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>