fixed fdroid link

This commit is contained in:
sigmahour 2022-11-09 13:21:08 -05:00
parent 5bab315670
commit 5db50c804c
10 changed files with 20 additions and 17 deletions

View file

@ -3,4 +3,5 @@ collapsible: true
position: 20 position: 20
link: link:
type: generated-index type: generated-index
slug: /development/reference
title: Reference Material title: Reference Material

View file

@ -1,5 +1,5 @@
--- ---
id: meshtastic-flasher-esp32 id: python-flasher
title: Using Meshtastic Python Flasher title: Using Meshtastic Python Flasher
sidebar_label: Python Flasher sidebar_label: Python Flasher
sidebar_position: 2 sidebar_position: 2

View file

@ -1,5 +1,5 @@
--- ---
id: meshtastic-flasher-nrf52 id: python-flasher
title: Using Meshtastic Python Flasher title: Using Meshtastic Python Flasher
sidebar_label: Python Flasher sidebar_label: Python Flasher
sidebar_position: 2 sidebar_position: 2

View file

@ -11,15 +11,9 @@ import TabItem from '@theme/TabItem';
import LoRaRegions from '../blocks/_lora-regions.mdx'; import LoRaRegions from '../blocks/_lora-regions.mdx';
## Connect to Device ## Supported Clients per Connection Type
:::info Depending on your connection, some configuration options are not fully supported. Find out which client is best for your type of connection.
Connecting over network is only supported on ESP32 devices.
:::
### Clients Supported by Connection Type
Depending on your connection, some configuration options are not fully supported. Find out which Client is best for your type of connection.
<Tabs <Tabs
groupId="settings" groupId="settings"
@ -46,6 +40,10 @@ values={[
</TabItem> </TabItem>
<TabItem value="network"> <TabItem value="network">
:::info
Connecting over network is only supported on ESP32 devices.
:::
- [Web Client](https://client.meshtastic.org) - [Web Client](https://client.meshtastic.org)
- [Android App](/docs/category/android-app) - [Android App](/docs/category/android-app)
- [iOS App](/docs/category/apple-apps) - [iOS App](/docs/category/apple-apps)
@ -57,6 +55,9 @@ values={[
## Set Regional Settings ## Set Regional Settings
In order to start communicating over the mesh, you must set your region. This setting controls which frequency range your device uses and should be set according to your regional location.
<Tabs <Tabs
groupId="settings" groupId="settings"
defaultValue="apple" defaultValue="apple"

View file

@ -36,6 +36,7 @@ The Nano G1 is the first dedicated hardware device to be designed from scratch p
- Firmware file: `firmware-nano-g1-1.x.x.bin` - Firmware file: `firmware-nano-g1-1.x.x.bin`
- [Purchase link](https://www.tindie.com/products/neilhao/meshtastic-mesh-device-nano-edition/) - [Purchase link](https://www.tindie.com/products/neilhao/meshtastic-mesh-device-nano-edition/)
![Nano G1](/img/hardware/nano-g1-front.jpg)
Further information on the Nano G1 can be found on [Unit Engineering's Wiki](https://uniteng.com/wiki/doku.php?id=meshtastic:nano). Further information on the Nano G1 can be found on [Unit Engineering's Wiki](https://uniteng.com/wiki/doku.php?id=meshtastic:nano).
![Nano G1](/img/hardware/nano-g1-front.jpg)

View file

@ -9,7 +9,7 @@ import TrophoTbeam from '/img/enclosures/3dp-tropho-tbeam.jpg';
## Created by tropho/TonyG ## Created by tropho/TonyG
### TTGO T-Beam V5 Case ### T-Beam V5 Case
Download from [Printables](https://www.printables.com/model/127253-t-beam-case-for-meshtastic-v5) or purchase from the creator's [Etsy Store](https://www.etsy.com/listing/1173559418/meshtastic-t-beam-case-for-neo-m8n). Download from [Printables](https://www.printables.com/model/127253-t-beam-case-for-meshtastic-v5) or purchase from the creator's [Etsy Store](https://www.etsy.com/listing/1173559418/meshtastic-t-beam-case-for-neo-m8n).

View file

@ -116,7 +116,7 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
- Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin` - Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin`
- Purchase link: [AliExpress](https://www.aliexpress.com/item/33047631119.html) - Purchase link: [AliExpress](https://www.aliexpress.com/item/33047631119.html)
[TTGO T-Beam M8N](/img/hardware/t-beam-m8n.png) ![TTGO T-Beam M8N](/img/hardware/t-beam-m8n.png)
</TabItem> </TabItem>
@ -148,7 +148,7 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
- Purchase link: [AliExpress](https://www.aliexpress.com/item/4001287221970.html) - Purchase link: [AliExpress](https://www.aliexpress.com/item/4001287221970.html)
[T-Beam M8N & SX1262](/img/hardware/t-beam-sx1262.png) ![T-Beam M8N & SX1262](/img/hardware/t-beam-sx1262.png)
</TabItem> </TabItem>

View file

@ -7,7 +7,7 @@ sidebar_position: 3
### T-Echo button functions ### T-Echo button functions
- **Capacitive Button (Top)** - **Capacitive Touch Button (Top)**
- _Short press_ refreshes the current screen. - _Short press_ refreshes the current screen.
- **Reset Button (Button 1)** - **Reset Button (Button 1)**
- _Single press_ resets the device. - _Single press_ resets the device.

View file

@ -1,6 +1,6 @@
--- ---
title: Community title: Community
slug: /community slug: /software/community
sidebar_label: Community sidebar_label: Community
sidebar_position: 10 sidebar_position: 10
--- ---

View file

@ -145,7 +145,7 @@ const Firmware = (): JSX.Element => {
<a <a
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
href="https://meshtastic.org/docs/software/android/android-installation" href="https://meshtastic.org/docs/software/android/installation"
className="m-auto flex rounded-lg border-4 border-transparent bg-accent p-1 font-semibold text-black shadow-md hover:text-black hover:brightness-110 active:border-green-200" className="m-auto flex rounded-lg border-4 border-transparent bg-accent p-1 font-semibold text-black shadow-md hover:text-black hover:brightness-110 active:border-green-200"
> >
F-Droid F-Droid