Updated Upload tools (markdown)

blakadder 2019-03-01 10:06:50 +01:00
parent f5fec07092
commit 495ebd7dc7
1 changed files with 1 additions and 1 deletions

@ -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
- [**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
- [**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