mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
show port
This commit is contained in:
parent
c55a02ffdc
commit
3f73beff2e
1 changed files with 2 additions and 1 deletions
|
|
@ -67,11 +67,12 @@
|
|||
<!-- rnode interface details -->
|
||||
<div v-else-if="iface.type === 'RNodeInterface'">
|
||||
<div>{{ iface.type }}</div>
|
||||
<div>Port: {{ iface.port }}</div>
|
||||
<div>Frequency: {{ formatFrequency(iface.frequency) }}</div>
|
||||
<div>Bandwidth: {{ formatFrequency(iface.bandwidth) }}</div>
|
||||
<div>Spreading Factor: {{ iface.spreadingfactor }}</div>
|
||||
<div>Coding Rate: {{ iface.codingrate }}</div>
|
||||
<div>Power: {{ iface.txpower }}dBm</div>
|
||||
<div>Transmit Power: {{ iface.txpower }}dBm</div>
|
||||
</div>
|
||||
|
||||
<!-- other interface types -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue