meshtastic/docs/getting-started/flashing-firmware/esp32/index.mdx

18 lines
1 KiB
Plaintext
Raw Normal View History

---
id: flashing-esp32-devices
title: Flash ESP32 Devices
sidebar_label: ESP32 Device
sidebar_position: 2
---
:::info
The recommended method for firmware flashing is the [Web-Based Installer.](https://flasher.meshtastic.org)
:::
## Flashing Method for ESP32 Devices
2022-10-31 21:26:19 -07:00
2022-11-27 15:49:34 -08:00
1. The [Web-Based Installer](https://flasher.meshtastic.org) requires either Chrome or Edge browsers but is an excellent choice for quickly flashing devices. **This is the recommended method for firmware flashing, especially for those new to the project, due to its ease of use.**
2. The [Python Flasher](/docs/software/python/flasher) does a lot under the hood to prevent you from needing to use the terminal.
3. The [CLI Script](/docs/getting-started/flashing-firmware/esp32/cli-script) is considered the "manual process" for flashing firmware.
2023-01-19 05:01:57 -08:00
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.