From f47f81b5c8117ba0a181114eaa822d93b747b85d Mon Sep 17 00:00:00 2001 From: blakadder Date: Tue, 9 Apr 2019 23:14:28 +0200 Subject: [PATCH] Updated Flashing (markdown) --- Flashing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Flashing.md b/Flashing.md index 369205b1..548b01cd 100644 --- a/Flashing.md +++ b/Flashing.md @@ -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