Updated PlatformIO CLI (markdown)

Jason2866 2019-10-28 09:26:49 +01:00
parent 01dbe1f228
commit 2ef7d4c5ba
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ Either download the latest Tasmota Source code from https://github.com/arendst/T
'git clone https://github.com/arendst/Tasmota.git`
## Select the environment
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` / `sonoff.bin`. To build and/or flash exactly one of these, use the `-e` command line argument (e.g., `-e sonoff-sensors`). Alternatively, uncomment (i.e., remove the leading `;`) the desired *env_default* line in the *platformio.ini* file and do not use the `-e` argument on the command.
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, use the `-e` command line argument (e.g., `-e sonoff-sensors`). Alternatively, uncomment (i.e., remove the leading `;`) the desired *env_default* line in the *platformio.ini* file and do not use the `-e` argument on the command.
```
; *** Uncomment one of the lines below to build/upload only one environment
;default_envs = tasmota