meshtastic/docs/getting-started/flashing-firmware/esp32/index.mdx
sigmahour c06af5a0b1
updates to various pages (#487)
* getting started updates

* updates to about page

* updated gettings started and supported hardware page

* archived wrong device

Co-authored-by: sigmahour <>
Co-authored-by: Andre K <andrekir@pm.me>
Co-authored-by: Sacha Weatherstone <sachaw100@hotmail.com>
2022-11-02 09:31:54 +11:00

15 lines
899 B
Plaintext

---
id: flashing-esp32-devices
title: Flash ESP32 Devices
sidebar_label: ESP32 Device
sidebar_position: 2
---
## Flashing Method for ESP32 Devices
We recommend using the following methods for flashing ESP32 devices:
1. The [Web-based installer](https://flasher.meshtastic.org) requires either Chrome or Edge broswers but is an excellent choice for quickly flashing devices.
2. The [Python Flasher](/docs/software/python/flasher) does a lot under the hood to prevent you from needing to use the terminal. It also allows you to configure your device.
3. The [CLI Script](/docs/getting-started/flashing-firmware/esp32/cli-script) is considered the "manual process" for flashing firmware.
4. Flashing your device using an [external serial adapter](/docs/getting-started/flashing-firmware/esp32/external-serial-adapter) should only be attempted as a last resort if no other method has been successful.