mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
show ble address
This commit is contained in:
parent
3aaebfccba
commit
6100a3bdff
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
|||
<option disabled>Serial Devices ({{ comports.length }})</option>
|
||||
<option v-for="comport of comports" :value="comport.device">{{ comport.device }} (Product: {{ comport.product ?? '?' }}, Serial: {{ comport.serial ?? '?' }})</option>
|
||||
<option disabled>Bluetooth Devices ({{ rnodes.length }})</option>
|
||||
<option v-for="rnode of rnodes" :value="rnode.port">{{ rnode.port }}</option>
|
||||
<option v-for="rnode of rnodes" :value="rnode.port">{{ rnode.port }} ({{ rnode.ble_address }})</option>
|
||||
</select>
|
||||
<div class="text-xs text-gray-600">
|
||||
<span v-if="isLoadingRnodes" class="text-gray-500">Discovering Bluetooth RNodes...</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue