mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-13 17:14:25 -08:00
28 lines
671 B
Plaintext
28 lines
671 B
Plaintext
---
|
|
id: web-flasher
|
|
title: Using Meshtastic Web Flasher
|
|
sidebar_label: Web Flasher (recommended)
|
|
sidebar_position: 1
|
|
---
|
|
|
|
import Link from "@docusaurus/Link";
|
|
|
|
## Web Flasher
|
|
|
|
1. Plug in your device
|
|
2. Visit [flasher.meshtastic.org](https://flasher.meshtastic.org) _\*requires Chrome or Edge browser_
|
|
3. Follow the instructions
|
|
|
|
## Connect and Configure Device
|
|
|
|
After flashing the Meshtastic firmware to the device, you can proceed with the initial configuration.
|
|
|
|
<div className="indexCtasBody">
|
|
<Link
|
|
className={"button button--outline button--lg cta--button"}
|
|
to={"/docs/getting-started/initial-config"}
|
|
>
|
|
Connect and Configure Device
|
|
</Link>
|
|
</div>
|