Updated PlatformIO CLI (markdown)

Jason2866 2019-10-28 09:27:33 +01:00
parent 2ef7d4c5ba
commit 7bc4e1a2e7
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`. 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 tasmota-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