Updated Flashing (markdown)

blakadder 2019-04-09 23:14:28 +02:00
parent ba9c2b7fcd
commit f47f81b5c8
1 changed files with 1 additions and 0 deletions

@ -104,6 +104,7 @@ esptool -cp COM5 -cb 115200 -bm dout -cf sonoff.bin -v
Tutorials for setting up development environments if you want to modify the code or default settings and compile your own binaries.
- [**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
- [**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