mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Push out tapback version
This commit is contained in:
parent
e8bf47f484
commit
0f16919704
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ struct UserMessageList: View {
|
|||
var body: some View {
|
||||
|
||||
let firmwareVersion = bleManager.lastConnnectionVersion
|
||||
let minimumVersion = "1.2.53"
|
||||
let minimumVersion = "1.2.60"
|
||||
let hasTapbackSupport = minimumVersion.compare(firmwareVersion, options: .numeric) == .orderedAscending || minimumVersion.compare(firmwareVersion, options: .numeric) == .orderedSame
|
||||
|
||||
VStack {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue