mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: rename channel_num to frequency slot
This commit is contained in:
parent
570a26b413
commit
44d260abff
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ fun LoRaConfigItemList(
|
|||
|
||||
item {
|
||||
var isFocused by remember { mutableStateOf(false) }
|
||||
EditTextPreference(title = "Channel number",
|
||||
EditTextPreference(title = "Frequency slot",
|
||||
value = if (isFocused || loraInput.channelNum != 0) loraInput.channelNum else primaryChannel.channelNum,
|
||||
enabled = enabled,
|
||||
keyboardActions = KeyboardActions(onDone = { focusManager.clearFocus() }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue