add docs for bluetooth
This commit is contained in:
13
index.html
13
index.html
@@ -286,8 +286,16 @@
|
|||||||
Configure Bluetooth (optional)
|
Configure Bluetooth (optional)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="p-3">
|
<div class="border-b px-2 py-1 text-sm">
|
||||||
|
<div>• Bluetooth is not supported on all devices.</div>
|
||||||
|
<div>• Some devices use Bluetooth Classic, and some use BLE (Bluetooth Low Energy)</div>
|
||||||
|
<div>• Put the RNode into Bluetooth Pairing mode, then connect to it from Android Bluetooth settings.</div>
|
||||||
|
<div>• Once you have initiated a pair request from Android, a PIN should show on the RNode display.</div>
|
||||||
|
<div>• In Sideband you will need to enable <u>Connect using Bluetooth</u> in <u>Hardware → RNode</u>.</div>
|
||||||
|
<div>• If your device uses BLE you will also need to enable <u>Device requires BLE</u> in <u>Hardware → RNode</u>.</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="p-3">
|
||||||
<div class="space-x-1">
|
<div class="space-x-1">
|
||||||
<button @click="enableBluetooth" class="border border-gray-500 px-2 bg-gray-100 hover:bg-gray-200 rounded">
|
<button @click="enableBluetooth" class="border border-gray-500 px-2 bg-gray-100 hover:bg-gray-200 rounded">
|
||||||
Enable
|
Enable
|
||||||
@@ -299,12 +307,11 @@
|
|||||||
Start Pairing
|
Start Pairing
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="border-t px-2 py-1">
|
<div class="border-t px-2 py-1">
|
||||||
<div class="text-sm space-x-1">
|
<div class="text-sm space-x-1">
|
||||||
Bluetooth is not supported on all devices. <span class="text-red-500">Pairing is untested and may not work!</span>
|
Bluetooth is not supported on all devices.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user