small edits and TasmoCompiler link added

blakadder 2019-05-13 10:48:00 +02:00
parent e693c46c2d
commit 9e9bb88cf4
1 changed files with 5 additions and 1 deletions

@ -1,5 +1,7 @@
If you have followed [Hardware preparation](Hardware-preparation) your device is in Flash Mode and ready to be flashed with Tasmota and for that you need a **flashing tool**.
Jump [here](#flashing-and-compiling-from-source) if you want to compile your own version of Tasmota.
# NodeMCU PyFlasher
NodeMCU PyFlasher is an easy to use GUI flasher based on [esptool.py](https://github.com/espressif/esptool) and is our recommended tool for a quick and easy flash.
@ -107,7 +109,9 @@ Tutorials for setting up development environments if you want to modify the code
- [**PlatformIO-Core**](Create-your-own-Firmware-Build-without-IDE) - automate firmware builds using PlatformIO-Core and flash with esptool
- [**Arduino IDE**](Arduino-IDE) - setup and configure Arduino IDE for Tasmota compilation and upload
- [**Visual Studio Code**](Visual-Studio-Code) - setup and configure [Visual Studio Code](https://code.visualstudio.com) with PlatformIO for Tasmota
- [**Gitpod**](Compiling-Tasmota-on-Gitpod) - compile your own binary in the cloud using [Gitpod](https://www.gitpod.io/). This utility _**can only be used to create a firmware binary**_. Use one of the flashing tools listed in this article to upload the firmware to your device.
- [**Gitpod**](Compiling-Tasmota-on-Gitpod) - compile your own binary in the cloud using [Gitpod](https://www.gitpod.io/).
_**Can only create a firmware binary.** Use one of the tools listed to flash it to your device._
- [**TasmotaCompiler**](https://github.com/benzino77/tasmocompiler) - simple web GUI to compile Tasmota with your own settings
# OTA Flashing Tools
**Tasmota is NOT a developer of these tools. For help and troubleshooting you will need to _get support from those projects_.**