Updated Upload tools (markdown)

blakadder 2019-03-01 10:06:26 +01:00
parent 2efa792fe5
commit f5fec07092
1 changed files with 2 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
- [**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