mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
commit
b9dc68434a
|
@ -1,25 +1,26 @@
|
||||||
---
|
---
|
||||||
id: web-flasher
|
id: web-flasher
|
||||||
title: Using Meshtastic Web Flasher
|
title: Meshtastic Web Flasher
|
||||||
sidebar_label: Web Flasher (recommended)
|
sidebar_label: Web Flasher (recommended)
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
import Link from "@docusaurus/Link";
|
import Link from "@docusaurus/Link";
|
||||||
|
|
||||||
## Web Flasher
|
## Flash Device
|
||||||
|
|
||||||
1. Plug in your device
|
1. Plug in your device
|
||||||
2. Visit [flasher.meshtastic.org](https://flasher.meshtastic.org) _\*requires Chrome or Edge browser_
|
2. Visit [flasher.meshtastic.org](https://flasher.meshtastic.org) _\*requires Chrome or Edge browser_
|
||||||
3. Follow the instructions
|
3. Follow the instructions
|
||||||
|
|
||||||
## Connect and Configure Device
|
### Connect and Configure Device
|
||||||
|
|
||||||
After flashing the Meshtastic firmware to the device, you can proceed with the initial configuration.
|
After flashing the Meshtastic firmware to the device, you can proceed with the initial configuration.
|
||||||
|
|
||||||
<div className="indexCtasBody">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={"button button--outline button--lg cta--button"}
|
className={"button button--outline button--lg cta--button"}
|
||||||
|
style={{ fontSize: '0.8em', padding: '8px 16px' }}
|
||||||
to={"/docs/getting-started/initial-config"}
|
to={"/docs/getting-started/initial-config"}
|
||||||
>
|
>
|
||||||
Connect and Configure Device
|
Connect and Configure Device
|
||||||
|
|
Loading…
Reference in a new issue