From c0929f5028d965af0188c8da6da853453e0e3adb Mon Sep 17 00:00:00 2001 From: mphilipp Date: Tue, 15 Oct 2019 10:53:30 +0200 Subject: [PATCH] Updated PlatformIO (markdown) --- PlatformIO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PlatformIO.md b/PlatformIO.md index df7cc8ad..a0dcf8e2 100644 --- a/PlatformIO.md +++ b/PlatformIO.md @@ -9,6 +9,8 @@ Install PlatformIO to a known folder. ## Download Tasmota Download the latest Tasmota release Source code from https://github.com/arendst/Sonoff-Tasmota/releases and unzip to another known folder. +If you use PlatformIO >= 4.0.0 make sure the Tasmota sources include [commit 9818f8b8](https://github.com/arendst/Sonoff-Tasmota/commit/9818f8b8195a63f8c1526e82cf08c0f6f43b7347) otherwise you will run into [issue 6073](https://github.com/arendst/Sonoff-Tasmota/issues/6073). Note that the zip archive for v6.6.0 does not yet include this change. + ## Configure PlatformIO ### Copy files Copy all files from the Tasmota release Source code into your platformIO base folder.