mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
Merge pull request #1514 from meshtastic/iOS-version
Remove Specific iOS Versions
This commit is contained in:
commit
4544ecf15d
|
@ -60,7 +60,7 @@ export const Faq = {
|
|||
"apple": [
|
||||
{
|
||||
title: "What version of iOS/iPadOS/macOS does the Meshtastic App Require?",
|
||||
content: `The Meshtastic App on Apple Clients require the following minimum OS versions: iOS 16.2, iPadOS 16.2, and macOS 13.`,
|
||||
content: `The Meshtastic Apple app supports the last two major versions of iOS, iPadOS or macOS.`,
|
||||
},
|
||||
{
|
||||
title: "How do I get the Apple Meshtastic App?",
|
||||
|
|
|
@ -97,7 +97,7 @@ const Firmware = (): JSX.Element => {
|
|||
</div>
|
||||
</div>
|
||||
<div className="card__body">
|
||||
Available on MacOS & iOS. Requires MacOS Ventura or iOS 16+.
|
||||
Available on iOS, iPadOS and macOS. The last two major OS versions are supported.
|
||||
</div>
|
||||
<div className="card__footer mt-auto">
|
||||
<a
|
||||
|
|
Loading…
Reference in a new issue