new version
This commit is contained in:
@@ -374,9 +374,9 @@
|
||||
<div class="row">
|
||||
<div>
|
||||
<label for="transport">Transport</label>
|
||||
<select id="transport">
|
||||
<option value="ble"{ble_selected}>BLE</option>
|
||||
<option value="classic"{classic_selected}>Classic</option>
|
||||
<select id="transport" title="BLE is recommended for most users. Classic Bluetooth requires pairing and specific permissions.">
|
||||
<option value="ble"{ble_selected}>BLE (Recommended)</option>
|
||||
<option value="classic"{classic_selected}>Classic Bluetooth</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
@@ -386,8 +386,8 @@
|
||||
</div>
|
||||
|
||||
<div class="actions">
|
||||
<button type="button" class="alt" onclick="runPost('pair')">Pair Device</button>
|
||||
<button type="button" class="alt" onclick="runPost('unpair')">Unpair Device</button>
|
||||
<button type="button" class="alt" onclick="runPost('pair')" title="Only needed for Classic Bluetooth. BLE does not require pairing.">Pair Device</button>
|
||||
<button type="button" class="alt" onclick="runPost('unpair')" title="Only needed for Classic Bluetooth. BLE does not require pairing.">Unpair Device</button>
|
||||
<button type="button" class="alt" onclick="runGet('status')">Get Status</button>
|
||||
<button type="button" class="alt" onclick="runGet('info')">Get Info</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user