From db47b7a8b6288c4582a8cfed553bb17a221b156f Mon Sep 17 00:00:00 2001 From: Federico Leoni Date: Tue, 7 May 2019 15:28:42 -0300 Subject: [PATCH] typos, typos everywhere! --- Compiling-Tasmota-on-GitPod.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Compiling-Tasmota-on-GitPod.md b/Compiling-Tasmota-on-GitPod.md index d286e13e..e971001c 100644 --- a/Compiling-Tasmota-on-GitPod.md +++ b/Compiling-Tasmota-on-GitPod.md @@ -33,9 +33,10 @@ To modify the stock configuration without changing the `my_user_config.h` file: 3. On Gitpod: * open the file `platformio.ini` (on root directory) * find [common] section and uncomment `-DUSE_CONFIG_OVERRIDE` (remove the semicolon `;` at the beginning of the line) and save. + ![Edit platformio.ini](https://i.imgur.com/AQml2kI.png) -You are now ready to change add or remove all you need on your configuration file. +You are now ready to change, add or remove all you need on your configuration file. When done save, now you're ready to compile. #### COMPILING YOUR BINARY: @@ -52,10 +53,14 @@ If you like another flavor, we get you covered! [Here](https://github.com/arendst/Sonoff-Tasmota/wiki/Builds) you can find a list of Tasmota builds with respective futures supported. Compiling time normally takes a couple of minutes, this time is directly related to the configuration you made: more future added means more time needed to compile. When done, you will find you binary on `/Sonoff-Tasmota/.pioenvs/[name of the build]/` + ![folders](https://i.imgur.com/SEqyGy2.png) + You just need to download the file firmware.bin to your computer, you are now ready to flash with [Esptool](https://github.com/arendst/Sonoff-Tasmota/wiki/Esptool) or any other compatible [tool](https://github.com/arendst/Sonoff-Tasmota/wiki/Flashing). #### Extension: Gitpod has a browser extension (Chrome and Firefox) useful to load directly a GitHub project in your personal work-space. + ![Gitpod link](https://i.imgur.com/uEHszIn.png) + More information [here](https://www.gitpod.io/docs/20_Browser_Extension/). \ No newline at end of file