mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Bump minimum firmware version for unmessagable configuration
This commit is contained in:
parent
70340fa18f
commit
825b198e60
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ struct UserConfig: View {
|
|||
@State var txPower = 0
|
||||
@FocusState var focusedField: Field?
|
||||
|
||||
public var minimumVersion = "2.6.8"
|
||||
public var minimumVersion = "2.6.9"
|
||||
let floatFormatter: NumberFormatter = {
|
||||
let formatter = NumberFormatter()
|
||||
formatter.numberStyle = .decimal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue