forked from darthcloud/BlueRetroWebCfg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (20 loc) · 931 Bytes
/
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
---
title: BlueRetro Web config
icon_url: icon.png
index: index.html
---
<p align="center"><a href="https://blueretro.com/products/brx"><img src="brx_banner.png"/></a></p><br>
Please consult the documentation found on the wiki:<br>
<a href="https://github.com/darthcloud/BlueRetro/wiki/BlueRetro-BLE-Web-Config-User-Manual" target="_blank">BlueRetro BLE Web Config User Manual</a><br><br>
<p><a href="advance.html">BlueRetro Advance config</a></p>
<p><a href="presets.html">BlueRetro Presets config</a></p>
<p><a href="system.html">BlueRetro System manager</a></p>
<p><a href="ota.html">BlueRetro OTA FW update</a></p>
<p><a href="files.html">BlueRetro Files Manager</a></p>
<p><a href="n64_ctrlpak.html">BlueRetro N64 controller pak manager</a></p>
<p><a href="dc_vmu.html">BlueRetro DC VMU manager</a></p>
<script>
if('serviceWorker' in navigator) {
navigator.serviceWorker.register('service-worker.js');
}
</script>