Revert 416ded0601bb793cb1a0d392515dcb1b2e1bbb94...45314b79362f3fc477e88e167d13bdf9229f2009

Michael Ingraham 2019-11-11 10:50:22 -05:00
parent 45314b7936
commit 73b00db421
1 changed files with 3 additions and 3 deletions

@ -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 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:
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:
`platformio run -e <variant-name>`
Examples:
- `platformio run -e sonoff-sensors`
- `platformio run -e sonoff-DE`
- `platformio run -e tasmota-sensors`
- `platformio run -e tasmota-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.