mirror of https://github.com/arendst/Tasmota.git
When I follow these instructions, "tasmota" is an unknown environment name. The valid names all start with "sonoff".
parent
416ded0601
commit
45314b7936
|
@ -48,12 +48,12 @@ This action is done in the Terminal pane (3) with very simple commands.
|
|||
|
||||
![compile command](https://i.imgur.com/wXA4hvd.png)
|
||||
|
||||
The simplest one is `platformio run -e tasmota`. With this command, Gitpod will compile the Tasmota firmware with the features you selected. If you need a different variant, you can specify this option on the command line:
|
||||
The simplest one is `platformio run -e sonoff`. With this command, Gitpod will compile the Tasmota firmware with the features you selected. If you need a different variant, you can specify this option on the command line:
|
||||
`platformio run -e <variant-name>`
|
||||
|
||||
Examples:
|
||||
- `platformio run -e tasmota-sensors`
|
||||
- `platformio run -e tasmota-DE`
|
||||
- `platformio run -e sonoff-sensors`
|
||||
- `platformio run -e sonoff-DE`
|
||||
|
||||
Compilation normally takes only a couple of minutes. The time if takes is directly related to the configurations you selected; the more features selected means more time is needed to compile. When done, you will find a firmware file named `firmware.bin` in the `/Tasmota/.pioenvs/<variant-name>/` folder in the Explorer (1) pane.
|
||||
|
||||
|
|
Loading…
Reference in New Issue