Merge pull request #94 from meshtastic/feature/lora_config

Update minimum version to 1.3.21
This commit is contained in:
Garth Vander Houwen 2022-06-20 23:05:50 -07:00 committed by GitHub
commit 8ef00d274f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ struct Connect: View {
var body: some View {
let firmwareVersion = bleManager.lastConnnectionVersion
let minimumVersion = "1.3.20"
let minimumVersion = "1.3.21"
let supportedVersion = firmwareVersion == "0.0.0" || minimumVersion.compare(firmwareVersion, options: .numeric) == .orderedAscending || minimumVersion.compare(firmwareVersion, options: .numeric) == .orderedSame
NavigationView {