Updated PlatformIO (markdown)

Jason2866 2019-10-28 09:28:40 +01:00
parent 7bc4e1a2e7
commit ee491561cc
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ Download the latest Tasmota Source code from https://github.com/arendst/Tasmota
Copy all files from the Tasmota 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` / `tasmota.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.
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 `tasmota.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.
## Compile Tasmota
Select ``Build`` from the menu.