mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: change length of wifi_psk
ref.: https://github.com/meshtastic/protobufs/pull/402
This commit is contained in:
parent
b7d3cbf876
commit
23966b173b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ fun NetworkConfigItemList(
|
|||
item {
|
||||
EditPasswordPreference(title = "PSK",
|
||||
value = networkInput.wifiPsk,
|
||||
maxSize = 63, // wifi_psk max_size:64
|
||||
maxSize = 64, // wifi_psk max_size:65
|
||||
enabled = enabled,
|
||||
keyboardActions = KeyboardActions(onDone = { focusManager.clearFocus() }),
|
||||
onValueChanged = { networkInput = networkInput.copy { wifiPsk = it } })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue