mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Add descriptions for getting-started documents
This commit is contained in:
parent
f4b1238444
commit
b46de055da
|
@ -3,6 +3,7 @@ id: cli-script
|
|||
title: Flashing with the CLI
|
||||
sidebar_label: CLI Script (Advanced Users)
|
||||
sidebar_position: 3
|
||||
description: Instructions for using the CLI to flash Meshtastic firmware to an ESP32 chipset device.
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -3,6 +3,7 @@ id: external-serial-adapter
|
|||
title: Flashing with an External Serial Adapter
|
||||
sidebar_label: External Serial Adapter (Advanced Users)
|
||||
sidebar_position: 4
|
||||
description: Instructions for using an external serial adapter to flash Meshtastic firmware to an ESP32 chipset device.
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -3,6 +3,7 @@ id: flashing-esp32-devices
|
|||
title: Flash ESP32 Devices
|
||||
sidebar_label: ESP32 Device
|
||||
sidebar_position: 2
|
||||
description: Instructions to flash Meshtastic firmware to an ESP32 chipset device.
|
||||
---
|
||||
|
||||
:::info
|
||||
|
|
|
@ -3,6 +3,7 @@ id: web-flasher
|
|||
title: Meshtastic Web Flasher
|
||||
sidebar_label: Web Flasher (recommended)
|
||||
sidebar_position: 1
|
||||
description: Instructions for using the Web Flasher(recommended) to flash Meshtastic firmware to an ESP32 chipset device.
|
||||
---
|
||||
|
||||
import Link from "@docusaurus/Link";
|
||||
|
|
|
@ -3,6 +3,7 @@ id: convert-rak4631r
|
|||
title: Convert RAK4631-R to RAK4631
|
||||
sidebar_label: Convert RAK4631-R
|
||||
sidebar_position: 4
|
||||
description: Instructions for converting the RAK4631-R to RAK-4631 using Python and adafruit-nrfutil.
|
||||
---
|
||||
|
||||
The only difference between the _RAK4631-R_ (RUI3) and the _RAK4631_ (Arduino) is the bootloader it is shipped with - the hardware is the same.
|
||||
|
|
|
@ -3,6 +3,7 @@ id: drag-n-drop
|
|||
title: Drag & Drop nRF52 & RP2040 Firmware Updates
|
||||
sidebar_label: Drag & Drop (recommended)
|
||||
sidebar_position: 1
|
||||
description: Instructions for using the Drag & Drop(recommended) file method to flash Meshtastic firmware to nRF52 or RP2040 chipset devices.
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -3,6 +3,7 @@ id: flashing-nrf52-devices
|
|||
title: Flash nRF52 & RP2040 Devices
|
||||
sidebar_label: nRF52/RP2040 Device
|
||||
sidebar_position: 2
|
||||
description: Instructions to flash Meshtastic firmware to nRF52 or RP2040 chipset devices.
|
||||
---
|
||||
|
||||
## Flashing Methods for nRF52 and RP2040 Devices
|
||||
|
|
|
@ -3,6 +3,7 @@ id: nrf52-erase
|
|||
title: Flash nRF52/RP2040 Factory Erase
|
||||
sidebar_label: Factory Erase
|
||||
sidebar_position: 3
|
||||
description: Instructions for factory erasing an nRF52 or RP2040 device.
|
||||
---
|
||||
|
||||
import Link from "@docusaurus/Link";
|
||||
|
|
|
@ -3,6 +3,7 @@ id: ota
|
|||
title: nRF52 OTA Firmware Updates
|
||||
sidebar_label: Over-The-Air
|
||||
sidebar_position: 2
|
||||
description: Instructions for using the Over-The-Air(OTA) method to flash Meshtastic firmware to nRF52 chipset devices.
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -3,6 +3,7 @@ id: update-techo-bootloader
|
|||
title: How to Update the LilyGo T-Echo Bootloader to the Latest Version
|
||||
sidebar_label: Update T-Echo Bootloader
|
||||
sidebar_position: 5
|
||||
description: Instructions for updating the T-Echo bootloader to the latest version for use with Meshtastic.
|
||||
---
|
||||
|
||||
If you're experiencing issues with updating or flashing newer versions of the Meshtastic firmware, and your LilyGo T-Echo is not running the latest bootloader version (0.6.1), updating the bootloader may resolve these problems.
|
||||
|
|
|
@ -4,6 +4,7 @@ title: Getting Started
|
|||
sidebar_label: Getting Started
|
||||
slug: /getting-started
|
||||
sidebar_position: 2
|
||||
description: The official Meshtastic guide to get you started. Covers all devices and configurations.
|
||||
---
|
||||
|
||||
import Link from "@docusaurus/Link";
|
||||
|
|
|
@ -4,6 +4,7 @@ title: Initial Configuration
|
|||
sidebar_label: Initial Configuration
|
||||
slug: /getting-started/initial-config
|
||||
sidebar_position: 4
|
||||
description: Getting started with the initial configuration of your Meshtastic device including serial, bluetooth, LoRa, and more.
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -3,6 +3,7 @@ id: esp32
|
|||
title: ESP32 Serial Drivers
|
||||
sidebar_label: ESP32 Drivers
|
||||
sidebar_position: 1
|
||||
description: Instructions for installing ESP32 USB serial drivers to interact with a Meshtastic device.
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -3,6 +3,7 @@ id: nrf52
|
|||
title: nRF52/RP2040 Serial Drivers
|
||||
sidebar_label: nRF52/RP2040 Drivers
|
||||
sidebar_position: 2
|
||||
description: Instructions for installing nRF52 and RP2040 USB serial drivers to interact with a Meshtastic device.
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -3,6 +3,7 @@ id: test-serial-driver-installation
|
|||
title: Test Serial Driver Installation
|
||||
sidebar_label: Test Serial Driver Installation
|
||||
sidebar_position: 3
|
||||
description: Instructions for testing serial driver installation on Linux, macOS, or Windows.
|
||||
---
|
||||
|
||||
import Link from "@docusaurus/Link";
|
||||
|
|
Loading…
Reference in a new issue