diff --git a/PlatformIO.md b/PlatformIO.md index 6ae7f318..b94db860 100644 --- a/PlatformIO.md +++ b/PlatformIO.md @@ -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.