diff --git a/Upload-tools.md b/Upload-tools.md index bab66ee9..1f631157 100644 --- a/Upload-tools.md +++ b/Upload-tools.md @@ -1,7 +1,7 @@ ## Tools for compiling and uploading (flashing) Tasmota: - [**Arduino IDE**](Arduino-IDE) - setup and configure Arduino IDE for Tasmota compilation and upload -- [**EspEasyFlasher**](https://github.com/BattloXX/ESPEasyFlasher) - small and simple to use GUI for flashing with esptool - [**Esptool**](Esptool) - setup and configure [esptool.py](https://github.com/espressif/esptool) for Tasmota upload ++ [**NodeMCU Flasher**](https://github.com/nodemcu/nodemcu-flasher) - GUI flashing tool - [**PlatformIO**](PlatformIO) - setup and configure [PlatformIO](https://platformio.org) for Tasmota compilation and upload - [**PlatformIO CLI**](PlatformIO-CLI) - how to flash Tasmota using the PlatformIO command line interface on Linux - [**Visual Studio Code**](Visual-Studio-Code) - setup and configure [Visual Studio Code](https://code.visualstudio.com) with PlatformIO for Tasmota @@ -10,3 +10,4 @@ - [**Python HTTP OTA server**](Python-HTTP-OTA-Server) - setting up a small Python server to serve OTA upgrade binaries - [**Tuya OTA**](Tuya-OTA) - easy OTA flash for devices with Tuya chips, no disassembly required - [**SonOTA**](SonOTA---Espressif2Arduino---Tasmota-without-compiling) - OTA flash eWeLink based devices *(mostly outdated - doesn't work with newer firmware)* +- [**EspEasyFlasher**](https://github.com/BattloXX/ESPEasyFlasher) - simple GUI flasher, might not work with all devices