mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Revert non working changes to firmware link for latest stable version
This commit is contained in:
parent
0e3d99c458
commit
f1d69ac5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ struct Firmware: View {
|
|||
latestStable = fw.releases.stable.first
|
||||
let archString = currentDevice?.architecture.rawValue ?? ""
|
||||
let ls = fw.releases.stable.first(where: { $0.zipURL.contains(archString) == true })
|
||||
latestStable = fw.releases.stable.first(where: { $0.zipURL.contains(archString) == true })
|
||||
latestStable = fw.releases.stable.first
|
||||
latestAlpha = fw.releases.alpha.first
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue