diff --git a/docs/software/web-client.mdx b/docs/software/web-client.mdx index 413b2865..dcff523f 100644 --- a/docs/software/web-client.mdx +++ b/docs/software/web-client.mdx @@ -47,7 +47,9 @@ The method with the least platform support, which uses the [Web Serial API](http ## Updating -The web interface is included in firmware releases. When a new firmware version is released, the latest WebUI will be automatically bundled. +When a new firmware version is released, the latest available version of the Web UI (littlefswebui.bin) is included in the release folder for each supported ESP32 device. To update the Web UI, use the [Meshtastic Web Flasher](https://flasher.meshtastic.org/). First, toggle "Full Erase and Install" to reveal the "Bundle Web UI" option, then enable "Bundle Web UI" before flashing. + +![Bundle Web UI Toggle](/img/software/webui-toggle.webp) ## Self Hosting diff --git a/static/img/software/webui-toggle.webp b/static/img/software/webui-toggle.webp new file mode 100644 index 00000000..c659e797 Binary files /dev/null and b/static/img/software/webui-toggle.webp differ