meshtastic/docs/getting-started/flashing-firmware/esp32/index.mdx
Ben Meadors 7b74c4d317
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
Use term Web Flasher consistently across site / docs (#1548)
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-11-01 06:44:07 -07:00

23 lines
1.3 KiB
Plaintext

---
id: flashing-esp32-devices
title: Flash ESP32 Devices
sidebar_label: ESP32 Device
sidebar_position: 2
description: Instructions to flash Meshtastic firmware to an ESP32 chipset device.
---
:::info
The recommended method for firmware flashing is the [Web Flasher.](https://flasher.meshtastic.org)
:::
## Flashing Method for ESP32 Devices
1. The [Web Flasher](/docs/getting-started/flashing-firmware/esp32/web-flasher.mdx) requires either Chrome or Edge browsers but is an excellent choice for quickly flashing devices. **This method is highly recommended for firmware flashing, especially for new users of the project, as it is easy to use.**
2. The [CLI Script](/docs/getting-started/flashing-firmware/esp32/cli-script) is considered the "manual process" for flashing firmware.
3. 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.
:::info note
The [web client](/docs/software/web-client) at meshtastic.local is only updated with a full wipe and reinstall of the device. If you choose a reinstall, you will get the latest (bundled) web interface. To preserve your settings, you may [export your configuration](/docs/software/python/cli#--export-config) prior to a reinstall and load them back after.
:::