Updated Upload tools (markdown)

blakadder 2019-03-16 00:32:11 +01:00
parent 1306886ef4
commit e7ffc956a5
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 PyFlasher**](https://github.com/marcelstoer/nodemcu-pyflasher) - 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