From 95d66af44f9ba1101ee9f85d77f5afba0401be51 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 24 Oct 2023 21:26:48 -0700 Subject: [PATCH] note on web client --- docs/getting-started/flashing-firmware/esp32/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/flashing-firmware/esp32/index.mdx b/docs/getting-started/flashing-firmware/esp32/index.mdx index f1353a13..74666586 100644 --- a/docs/getting-started/flashing-firmware/esp32/index.mdx +++ b/docs/getting-started/flashing-firmware/esp32/index.mdx @@ -14,3 +14,9 @@ The recommended method for firmware flashing is the [Web-Based Installer.](https 1. The [Web-Based Installer](/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](http://localhost:3000/docs/software/web-client) at meshtastic.local is only updated with an erase/reinstall, not with just an update. If you choose a reinstall, you will get the latest (bundled) web interface. + +::: \ No newline at end of file