From 5d2bca9ee9857260b9ebed49703c12e8f607b60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Zimo=C5=84?= Date: Wed, 4 Jun 2025 18:52:10 +0200 Subject: [PATCH] Update Flashing.rst small update --- docs/source/Reference/Flashing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/Reference/Flashing.rst b/docs/source/Reference/Flashing.rst index c7e97edb6..baf4b31f2 100644 --- a/docs/source/Reference/Flashing.rst +++ b/docs/source/Reference/Flashing.rst @@ -25,10 +25,12 @@ The included tools are all for Windows. * ``esptool.exe`` A command line ESP8266/ESP32 build and upload helper tool, `maintained by Ivan Grokhotkov `_ * ``FlashESP8266.exe`` A very simple flash tool "ESPEasy Flasher" for ESP82xx. Should be called from the same directory as the compiled bin files: ``C:\Download\ESPEasy\bin> ..\FlashESP8266.exe`` * ``Espressif Flash Download Tool`` located in the directory ``Espressif_flash_download_tool_v3.8.5``. New versions can be found `Espressif Download `_ -* ``ESPWebTool`` just use Chrome or Edge browser to flash usb connected ESP board. For Firefox you need to install extra addon. Can be found at `ESPWebTool `_ For Linux or Mac users, the recommended tool for ESP82xx/ESP32 is `esptool.py `_ +Platform independent software (works also on Linux): +* ``ESPWebTool`` just use Chrome or Edge browser to flash usb connected ESP board. For Firefox you need to install extra addon. Can be found at `ESPWebTool `_ + Flashing Parameters ===================