From 45314b79362f3fc477e88e167d13bdf9229f2009 Mon Sep 17 00:00:00 2001 From: cbkcbkcbk <54992036+cbkcbkcbk@users.noreply.github.com> Date: Mon, 11 Nov 2019 16:00:51 +0100 Subject: [PATCH] When I follow these instructions, "tasmota" is an unknown environment name. The valid names all start with "sonoff". --- Compiling-Tasmota-on-Gitpod.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Compiling-Tasmota-on-Gitpod.md b/Compiling-Tasmota-on-Gitpod.md index ea9a2353..8e15646e 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 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 ` 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//` folder in the Explorer (1) pane.