mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 18:45:39 +02:00
module/network: tx/rx-bitrate is now in bits/s instead of Mb/s
This commit is contained in:
parent
d9d5671e04
commit
ca077447c2
3 changed files with 7 additions and 4 deletions
|
@ -47,10 +47,10 @@ address.
|
|||
: Signal strength, in dBm (Wi-Fi only)
|
||||
| rx-bitrate
|
||||
: int
|
||||
: RX bitrate, in Mbit/s
|
||||
: RX bitrate, in bits/s
|
||||
| tx-bitrate
|
||||
: int
|
||||
: TX bitrate in Mbit/s
|
||||
: TX bitrate in bits/s
|
||||
|
||||
|
||||
# CONFIGURATION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue