mirror of https://github.com/arendst/Tasmota.git
Updated PlatformIO CLI (markdown)
parent
01dbe1f228
commit
2ef7d4c5ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue