Updated PlatformIO (markdown)

Michael Ingraham 2019-10-15 08:05:16 -04:00
parent c0929f5028
commit b98caa02a9
1 changed files with 2 additions and 2 deletions

@ -9,11 +9,11 @@ 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.
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 this update was introduced with 6.6.0.6. The 6.6.0 release branch does not include this change.
## Configure PlatformIO
### Copy files
Copy all files from the Tasmota release Source code into your platformIO base folder.
Copy all files from the Tasmota release Source code into your PlatformIO base folder.
### Change IDE parameters
The default environment configuration can be used to easily generate Tasmota firmware variants (sonoff, sensors, display, etc.). If you're not sure which binary is the right one for you, consult the [builds table](Builds) or just start with [sonoff.bin](http://thehackbox.org/tasmota/release/sonoff.bin). To build and/or flash exactly one of these, uncomment (i.e., remove the leading `;`) the *env_default* line for the variant you need. To compile more than one binary variant, uncomment all of the desired *env_default* lines in the *platformio.ini* file.