mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
docs: add tx_power unit (dBm)
This commit is contained in:
parent
d18589ea1a
commit
a7a9d543da
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ fun LoRaConfigItemList(
|
|||
item { Divider() }
|
||||
|
||||
item {
|
||||
EditTextPreference(title = "TX power",
|
||||
EditTextPreference(title = "TX power (dBm)",
|
||||
value = loraInput.txPower,
|
||||
enabled = enabled,
|
||||
keyboardActions = KeyboardActions(onDone = { focusManager.clearFocus() }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue