mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
commit
dcf7426c52
|
@ -12,4 +12,4 @@ The now-in-beta iOS app requires iOS v15.
|
||||||
|
|
||||||
### How do I get the Meshtastic iOS App?
|
### How do I get the Meshtastic iOS App?
|
||||||
|
|
||||||
See [iOS App](/docs/software/ios/ios-development)
|
See [iOS App](/docs/software/apple/ios-development)
|
||||||
|
|
5
docs/software/apple/ios.md
Normal file
5
docs/software/apple/ios.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
id: ios
|
||||||
|
title: iOS
|
||||||
|
sidebar_label: iOS
|
||||||
|
---
|
5
docs/software/apple/ipados.md
Normal file
5
docs/software/apple/ipados.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
id: ipados
|
||||||
|
title: iPadOS
|
||||||
|
sidebar_label: iPadOS
|
||||||
|
---
|
5
docs/software/apple/macos.md
Normal file
5
docs/software/apple/macos.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
id: macos
|
||||||
|
title: MacOS
|
||||||
|
sidebar_label: MacOS
|
||||||
|
---
|
|
@ -9,7 +9,7 @@ The following applications are available to support your Meshtastic network:
|
||||||
|
|
||||||
- The [firmware](/docs/software/device/device-firmware) to run on the devices
|
- The [firmware](/docs/software/device/device-firmware) to run on the devices
|
||||||
- Connect to the devices with our [Android app](/docs/software/android/android-installation)
|
- Connect to the devices with our [Android app](/docs/software/android/android-installation)
|
||||||
- An [iOS application](/docs/software/ios/ios-development) is in the works
|
- An [iOS application](/docs/software/apple/ios-development) is in the works
|
||||||
- [Meshtastic.js](/docs/software/js/getting-started) provides a JavaScript library to interface with devices
|
- [Meshtastic.js](/docs/software/js/getting-started) provides a JavaScript library to interface with devices
|
||||||
- [Meshtastic-python](/docs/software/python/python-installation) provides access from desktop computers including a command line interface
|
- [Meshtastic-python](/docs/software/python/python-installation) provides access from desktop computers including a command line interface
|
||||||
- A [web interface](/docs/software/web/web-app-software) can be accessed over Wifi on ESP32 devices
|
- A [web interface](/docs/software/web/web-app-software) can be accessed over Wifi on ESP32 devices
|
||||||
|
|
|
@ -62,7 +62,12 @@ module.exports = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Meshtastic iOS": ["software/ios/ios-development"],
|
"Meshtastic Apple": [
|
||||||
|
"software/apple/ios-development",
|
||||||
|
"software/apple/ios",
|
||||||
|
"software/apple/ipados",
|
||||||
|
"software/apple/macos",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Meshtastic.js": [
|
"Meshtastic.js": [
|
||||||
|
|
Loading…
Reference in a new issue