Skip to content

Commit

Permalink
Remove option to set 192bit keys
Browse files Browse the repository at this point in the history
  • Loading branch information
garthvh committed Jul 2, 2024
1 parent e72a55e commit 19f3e7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@
},
"128 bit" : {

},
"192 bit" : {

},
"256 bit" : {

Expand Down Expand Up @@ -22405,4 +22402,4 @@
}
},
"version" : "1.0"
}
}
1 change: 0 additions & 1 deletion Meshtastic/Views/Settings/Channels/ChannelForm.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 19f3e7d

Please sign in to comment.