From 4785ddbe010806fde53b9ce8141e25b6d379afab Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 1 Oct 2019 08:31:53 -0400 Subject: [PATCH] Updated Compiling Tasmota on Gitpod (markdown) --- Compiling-Tasmota-on-Gitpod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiling-Tasmota-on-Gitpod.md b/Compiling-Tasmota-on-Gitpod.md index a4ce6f1d..c9b5b391 100644 --- a/Compiling-Tasmota-on-Gitpod.md +++ b/Compiling-Tasmota-on-Gitpod.md @@ -55,7 +55,7 @@ Examples: - `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 names `firmware.bin` in the `/Sonoff-Tasmota/.pioenvs//` folder. +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 `/Sonoff-Tasmota/.pioenvs//` folder in the Explorer (1) pane. ![folders](https://i.imgur.com/SEqyGy2.png) @@ -66,7 +66,7 @@ Watch a [livestream video by digiblurDIY](https://www.youtube.com/watch?v=vod3Wo ### Flash Your Device #### OTA Flash If you already have Tasmota flashed on your device, you can use the `File Upload` OTA method to load the new firmware binary file. -1. Download [`sonoff-minimal.bin`](http://thehackbox.org.tasmota/020300/sonoff-minimal.bin) +1. Download [`sonoff-minimal.bin`](http://thehackbox.org/tasmota/020300/sonoff-minimal.bin) 2. Make a backup of the device configuration using the web UI `Configuration` menu option. 3. Upload `sonoff-minimal` to your device using the web UI `Firmware Upgrade` selection. Choose `Upgrade by file upload`. 3. After `sonoff-minimal` is successfully loaded, select `Firmware Upgrade` once again and upload the new firmware file that was just compiled using Gitpod.