From bc6d4877c79a1d659be1856e4c21c26323768e93 Mon Sep 17 00:00:00 2001 From: Theo Arends Date: Sun, 20 Aug 2017 18:13:32 +0200 Subject: [PATCH] Updated Visual Studio Code (markdown) --- Visual-Studio-Code.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Visual-Studio-Code.md b/Visual-Studio-Code.md index 8b2414e8..128f49b6 100644 --- a/Visual-Studio-Code.md +++ b/Visual-Studio-Code.md @@ -16,16 +16,13 @@ Select ``View`` - ``Extensions`` and type PlatformIO in the search box. Be careful to select the official PlatformIO.org *PlatformIO IDE* extension and select *Install*. Accept to install dependencies. -0. Open the folder where you checked out sonoff-tasmota in VSCode. -0. Adapt `user_config.h` to your wishes. -0. Use `Ctrl` + `Alt` + `U` to upload (will build if needed). - -**Note:** Press `Ctrl` + `Shift` + `P` and type `PlatformIO` to see all options. - ### Copy files Copy all files from the Tasmota release Source code into your Virtual Studio base folder. ## Compile Tasmota Open the Visual Studio Code base folder and select the Sonoff-Tasmota folder. -## Upload Tasmota \ No newline at end of file +**Note:** Press `Ctrl` + `Shift` + `P` and type `PlatformIO` to see all options. + +## Upload Tasmota +Use `Ctrl` + `Alt` + `U` to upload (will build if needed).