From d40b5a475b9002a6c915e49fc6d9b7e434b05876 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 7 May 2019 16:27:46 -0400 Subject: [PATCH] Updated Compiling Tasmota on Gitpod (markdown) --- Compiling-Tasmota-on-Gitpod.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Compiling-Tasmota-on-Gitpod.md b/Compiling-Tasmota-on-Gitpod.md index e7bb417c..0197d742 100644 --- a/Compiling-Tasmota-on-Gitpod.md +++ b/Compiling-Tasmota-on-Gitpod.md @@ -1,20 +1,20 @@ Even though Tasmota offers several pre-compiled firmware variants, sometimes the ready-to-flash binaries aren't enough. Do you want to enable or disable some features, or simply change some parameters? Then you need to compile a binary yourself. -If you are not experienced enough or don't want to install an IDE (Integrated Development Environment) like PlatformIO or Arduino-IDE on your computer, you can compile your own firmware in a breeze on [GitPod](https://www.gitpod.io/). +If you are not experienced enough or don't want to install an IDE (Integrated Development Environment) like PlatformIO or Arduino-IDE on your computer, you can compile your own firmware in a breeze on [Gitpod](https://www.gitpod.io/). -#### GitPod: -GitPod is a web browser based online IDE. All you need to use it is to link your GitHub account (or make a new one [here](https://github.com/join?source=header)). +#### Gitpod: +Gitpod is a web browser based online IDE. All you need to use it is to link your GitHub account (or make a new one [here](https://github.com/join?source=header)). -![GitPod login](https://i.imgur.com/irTdi4A.png) +![Gitpod login](https://i.imgur.com/irTdi4A.png) -After you successfully sign in, you can start your personal project. The fastest way to load Tasmota into GitPod is with the following link: +After you successfully sign in, you can start your personal project. The fastest way to load Tasmota into Gitpod is with the following link: `https://gitpod.io#https://github.com/arendst/Sonoff-Tasmota/tree/` where branch is either `master` of `development` -GitPod will take care of all the necessary software package dependencies for you. +Gitpod will take care of all the necessary software package dependencies for you. After loading the project, you will be greeted by the main window, presenting three panels: @@ -44,7 +44,7 @@ This action is done in the Terminal pane (3) with very simple commands. The simp ![compile command](https://i.imgur.com/wXA4hvd.png) -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: +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 ` @@ -60,7 +60,7 @@ Compilation normally takes only a couple of minutes. The time if takes is direct Download the `firmware.bin` file to your computer and you are now ready to flash your device. Use [`esptool`](https://github.com/arendst/Sonoff-Tasmota/wiki/Esptool) or any other firmware upload [method](https://github.com/arendst/Sonoff-Tasmota/wiki/Flashing). #### Browser Extension: -GitPod has a browser extension (Chrome and Firefox) useful to directly load a GitHub project into your personal work-space. +Gitpod has a browser extension (Chrome and Firefox) useful to directly load a GitHub project into your personal work-space. ![Gitpod link](https://i.imgur.com/uEHszIn.png)