mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove option to set 192bit keys
This commit is contained in:
parent
e72a55e882
commit
19f3e7ddae
2 changed files with 1 additions and 5 deletions
|
|
@ -181,9 +181,6 @@
|
|||
},
|
||||
"128 bit" : {
|
||||
|
||||
},
|
||||
"192 bit" : {
|
||||
|
||||
},
|
||||
"256 bit" : {
|
||||
|
||||
|
|
@ -22405,4 +22402,4 @@
|
|||
}
|
||||
},
|
||||
"version" : "1.0"
|
||||
}
|
||||
}
|
||||
|
|
@ -57,7 +57,6 @@ struct ChannelForm: View {
|
|||
Text("Default").tag(-1)
|
||||
Text("1 byte").tag(1)
|
||||
Text("128 bit").tag(16)
|
||||
Text("192 bit").tag(24)
|
||||
Text("256 bit").tag(32)
|
||||
}
|
||||
.pickerStyle(DefaultPickerStyle())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue