mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-12 16:44:20 -08:00
Reflect new meshtastic versions of Seeed 1110
Since the original docs were made, Seeed released a specific Metastatic version of the Wio Tracker 1110, the "Wio Tracker 1110 Dev Kit for Meshtastic". Update the documents to select this tab by the default, and change the store page so people looking to buy get the Meshtastic version rather than the vanilla one.
This commit is contained in:
parent
e32612e823
commit
aba6cd0e51
|
@ -12,20 +12,21 @@ import TabItem from "@theme/TabItem";
|
||||||
<Tabs
|
<Tabs
|
||||||
groupId="wm1110"
|
groupId="wm1110"
|
||||||
queryString="wm1110"
|
queryString="wm1110"
|
||||||
defaultValue="wio-sdk-wm1110"
|
defaultValue="wio-tracker-wm1110"
|
||||||
values={[
|
values={[
|
||||||
{label: 'WM110 Dev Kit', value:'wio-sdk-wm1110'},
|
{label: 'WM110 Dev Kit', value:'wio-sdk-wm1110'},
|
||||||
{label: 'WM110 Tracker', value: 'wio-tracker-wm1110'},
|
{label: 'Wio Tracker 1110', value: 'wio-tracker-wm1110'},
|
||||||
]}>
|
]}>
|
||||||
|
|
||||||
<TabItem value="wio-sdk-wm1110">
|
<TabItem value="wio-sdk-wm1110">
|
||||||
|
|
||||||
## Seeed Wio-WM1110 Dev Kit
|
## Seeed Wio-WM1110 Dev Kit
|
||||||
|
|
||||||
:::caution Firmware Version Notice
|
:::note External GPS Required
|
||||||
Basic support for this device has only just been added, and not all features work
|
The LR1110 GNSS functionality does not yet work. Seeed recommends at Grove - GPS (Air530).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
||||||
- **MCU**
|
- **MCU**
|
||||||
- Nordic nRF52840 (WiFi & Bluetooth)
|
- Nordic nRF52840 (WiFi & Bluetooth)
|
||||||
- **LoRa Transceiver**
|
- **LoRa Transceiver**
|
||||||
|
@ -67,11 +68,7 @@ Basic support for this device has only just been added, and not all features wor
|
||||||
|
|
||||||
<TabItem value="wio-tracker-wm1110">
|
<TabItem value="wio-tracker-wm1110">
|
||||||
|
|
||||||
## Seeed Wio Tracker 1110
|
## Wio Tracker 1110 Dev Kit for Meshtastic
|
||||||
|
|
||||||
:::caution Firmware Version Notice
|
|
||||||
Basic support for this device has only just been added, and not all features work
|
|
||||||
:::
|
|
||||||
|
|
||||||
- **MCU**
|
- **MCU**
|
||||||
- Nordic nRF52840 (WiFi & Bluetooth)
|
- Nordic nRF52840 (WiFi & Bluetooth)
|
||||||
|
@ -102,7 +99,7 @@ Basic support for this device has only just been added, and not all features wor
|
||||||
- Firmware file: `firmware-wio-tracker-wm1110-X.X.X.xxxxxxx.bin`
|
- Firmware file: `firmware-wio-tracker-wm1110-X.X.X.xxxxxxx.bin`
|
||||||
- Purchase Links:
|
- Purchase Links:
|
||||||
- International
|
- International
|
||||||
- [Seeed Studio](https://www.seeedstudio.com/Wio-Tracker-1110-Dev-Board-p-5799.html)
|
- [Seeed Studio](https://www.seeedstudio.com/Wio-Tracker-1110-Dev-Kit-for-Meshtastic.html)
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
Loading…
Reference in a new issue