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