diff --git a/Compiling-Tasmota-on-Gitpod.md b/Compiling-Tasmota-on-Gitpod.md index 8e15646e..ea9a2353 100644 --- a/Compiling-Tasmota-on-Gitpod.md +++ b/Compiling-Tasmota-on-Gitpod.md @@ -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 ` 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//` folder in the Explorer (1) pane.