mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Revert firmare nag screen updates
This commit is contained in:
parent
8d810ec22d
commit
93dd78bff8
1 changed files with 2 additions and 2 deletions
|
|
@ -37,11 +37,11 @@ struct InvalidVersion: View {
|
|||
Divider()
|
||||
.padding(.top)
|
||||
VStack {
|
||||
Text("Insecure legacy firmware version")
|
||||
Text("🦕 End of life Version 🦖 ☄️")
|
||||
.font(.title3)
|
||||
.foregroundColor(.orange)
|
||||
.padding(.bottom)
|
||||
Text("Version \(minimumVersion) contains substantial security vulnerabilities, you should upgrade to a newer version immediatly. Only nodes version \(minimumVersion) and above are supported.")
|
||||
Text("Version \(minimumVersion) includes breaking changes to devices and the client apps. Only nodes version \(minimumVersion) and above are supported.")
|
||||
.font(.callout)
|
||||
.padding([.leading, .trailing, .bottom])
|
||||
Link("Version 1.2 End of life (EOL) Info", destination: URL(string: "https://meshtastic.org/docs/1.2-End-of-life/")!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue