mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-18 19:56:34 -04:00
refactor: change length of wifi_psk
ref.: https://github.com/meshtastic/protobufs/pull/402
This commit is contained in:
@@ -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 } })
|
||||
|
||||
Reference in New Issue
Block a user