From 1bff0de85ee058e5d500bc2036125f739f8c06d5 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Wed, 7 Aug 2019 13:30:26 -0400 Subject: [PATCH] Updated Compiling Tasmota on Gitpod (markdown) --- Compiling-Tasmota-on-Gitpod.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Compiling-Tasmota-on-Gitpod.md b/Compiling-Tasmota-on-Gitpod.md index c5b1fb41..0fa1a41a 100644 --- a/Compiling-Tasmota-on-Gitpod.md +++ b/Compiling-Tasmota-on-Gitpod.md @@ -35,10 +35,9 @@ The proper method of customizing firmware compilation options is to use the `use 4. Open the `platformio.ini` file located in the `/Sonoff-Tasmota` root directory (scroll to the bottom of the file Explorer pane) 5. In the Editor (2) pane, a leading semicolon `;` comments out (disables) a statement: - In the `[common]` section, enable `-DUSE_CONFIG_OVERRIDE` if using your own `user_config_overrid.h` + ![Edit platformio.ini](https://i.imgur.com/AQml2kI.png) - In the `[core_active]` section, enable the `platform` and `build_flags` lines for the desired core -![Edit platformio.ini](https://i.imgur.com/AQml2kI.png) - When you are done, save all of your edits (user_config_override & platformio.ini). Now you're ready to compile. #### COMPILING YOUR BINARY: