mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-16 10:34:14 -08:00
aee0d94bae
Co-authored-by: sigmahour <>
18 lines
737 B
Plaintext
18 lines
737 B
Plaintext
---
|
|
id: flashing-esp32-devices
|
|
title: Flash ESP32 Devices
|
|
sidebar_label: ESP32 Device
|
|
sidebar_position: 2
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
## Recommended Flashing Method for ESP32 Devices
|
|
|
|
For ESP32 based device users (TBEAM, TLORA, Heltec etc.)
|
|
|
|
We recommend using the following methods for flashing ESP32 devices:
|
|
|
|
1. [Web-based installer](https://flasher.meshtastic.org) - The browser application requires either Chrome or Edge broswers but is an excellent choice for quickly flashing devices.
|
|
2. [Python Flasher](/docs/software/python/flasher) - The flasher application does a lot under the hood to prevent you from needing to use the terminal. It also allows you to configure your device. |